How to Create a Crystal Report

Start by creating a Dataset.

 

Then, add a new Crystal.vb form.


Add CrystalReportViewer, then click on "Create a New Crystal Report".

 

Add the name of the report. Here, our report name is Demo.rpt.

 

Next, go to the Report Wizard and select "Using the Report Wizard".

 

Select "Create New Connection" and then "Database file". Now, browse to and select the dataset file.


Select and click on the arrow (>) and then click on the Finish button.

 

Open Field Explorer and then select your dataset file to show all the fields.


Select Field "Student_name" and drop it into Section3.


This code is on the button click.


It was a Crystal Report for 2008 and used for generating reports.

Thank you.

Up Next
    Ebook Download
    View all
    Learn
    View all