Public Class Form7
Dim c As New CrystalReport3
Private Sub Form7_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CrystalReportViewer1.ReportSource = c
End Sub
End Class
Date :
2014-01-22 00:36:24
By :
Mr.thone
No. 4
Guest
ช่วยอทิบาย นี้หน่อยคราบ. ขอบคถนมากครับ
Code (VB.NET)
Public Class Form7
Dim c As New CrystalReport3
Private Sub Form7_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CrystalReportViewer1.ReportSource = c
End Sub
End Class