1 Attachment(s)
[RESOLVED] Crystal Report doesn't display data..
hi can someone help me why my data doesn't display is crystla report viewer..
Code:
ConnectionPrint()
GetRecords()
' Fill the DataSet.
daReport.Fill(dsReport)
' Make a report and bind the DataSet to it.
Dim rpt As New CrystalReportv211
rpt.SetDataSource(dsReport)
based o the code below the data is already inside the dataset or dsReport
but when the crystal report load it dosn't display the data..
Please see attached picture
Re: Crystal Report doesn't display data..
Thanks this is already done
Code:
ConnectionPrint()
GetRecords()
' Fill the DataSet.
daReport.Fill(dsReport)
' Make a report and bind the DataSet to it.
Dim rpt As New CrystalReportv211
rpt.SetDataSource(dsReport)
Crystareportviewer1.reportsource=rpt