hi can someone help me why my data doesn't display is crystla report viewer..
based o the code below the data is already inside the dataset or dsReportCode: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)
but when the crystal report load it dosn't display the data..
Please see attached picture


Reply With Quote