Programming Tutorials

Comment on Tutorial - Your first VB.NET Crystal Reports - A step by step guide By Issac



Comment Added by : Pat

Comment Added at : 2012-06-27 17:30:37

Comment on Tutorial : Your first VB.NET Crystal Reports - A step by step guide By Issac
,Hi, (VS2008, VB.Net
I used the above code, but whenever i click on the Button, It just shows the table columns without the data.
ID_NO NAME AGE DESIGNATION



What is it that i am not doing right?
Dim cryRpt As New ReportDocument
cryRpt.Load("D\SQL\employee.rpt")
CrystalReportViewer1.ReportSource = cryRpt
CrystalReportViewer1.Refresh()


View Tutorial