Advertisement
Guest User

Cetak Kartu Anggota

a guest
Jul 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.27 KB | None | 0 0
  1. Private Sub cetakkartu()
  2.         Dim reportku As New ReportDocument
  3.         reportku.Load("..\..\Kartuanggota.rpt")
  4.         reportku.SetParameterValue("Kode", Tkdanggota.Text)
  5.         CRVkartuanggota.ReportSource = reportku
  6.         CRVkartuanggota.Refresh()
  7.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement