Using CrystalReportViewer to Display Crystal Reports in .Net - Binding with the Report Source Property
(Page 2 of 4 )
CrystalReportViewer is a class that belongs to the CrystalDecisions.windows.Forms namespace.
We can bind Crystal Report to Viewer in several different ways.
We can set the Report Source Property to the desired report within the application or to the desired object within or outside application. Right click on CrystalReportViewer and go to properties; otherwise, simply select Viewer in the property window. Set the "ReportSource" Property by clicking on the drop down menu and selecting the desired Crystal Report from the application.

This will simply bind the report to a viewer.

Click on the drop down box and select the desired report from the application.
Next: Binding with Code >>
More .NET Articles
More By Madhuri Chanda