CrystalReportViewer ?
-
Hi all, I started to use Crystal Reports so I'm new to the concept. I looked at a tutorial om Microsoft's website and implemented that code. Every thing compiles but when I view the web page, the CrystalReportViewer keeps telling me "Use ReportSource or DataBindings property to specify a report source." Which I did, and right after the initialise component I called CrystalReportViewer1.DataBind(); :confused: Any help?
-
Hi all, I started to use Crystal Reports so I'm new to the concept. I looked at a tutorial om Microsoft's website and implemented that code. Every thing compiles but when I view the web page, the CrystalReportViewer keeps telling me "Use ReportSource or DataBindings property to specify a report source." Which I did, and right after the initialise component I called CrystalReportViewer1.DataBind(); :confused: Any help?
Soz I found the problem, my reference to the code behind page wasnt there :omg: