Hi,
I have followed the prescribed project setup, have the report, the dataset, the viewer, the headings load but no data. I have filled the datasets. etc. Here is the report forms code. I have added the adapters, report and dataset to the design view of the form as well. So close, and yet so far!
Public Class MainReport
Private MainLinReport As rptMain
'helper class
Private Sub ConfigureCrystalReports()
MainLinReport = New rptMain()
CrystalReportViewer1.Repor
tSource = MainLinReport
End Sub
Private Sub MainReport_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.LinTableAdapter1.Fill(M
e.TB55Data
Set1.LIN)
Me.RemarksTableAdapter1.Fi
ll(Me.TB55
DataSet1.R
emarks)
ConfigureCrystalReports()
End Sub
End Class
Thanks, Nettie
Start Free Trial