Crystal Reports for Web Publication

This tutorial illustrates the steps to create Crystal Reports for Web Publication. The process includes these steps:

Creating and Setting Up a Crystal Report for Web Publication

Illustrates the steps for:

  • adding a Web project to the solution

  • adding the PickDP ADO.NET controls to the Webform

  • setting the properties for the controls

  • specifying the new project as the startup project

Designing and Running  the Report for Web Publication

Illustrates the steps for:

  • adding the CustomerReport.rpt report and the dsCustomers dataset from the previous project to the Web project

  • adding the CrystalReportViewer control to the Webform1 form

  • entering the code for the Load event of the form

  • running the project