How do we access crystal reports in .NET?Steps:
1. Add a new web project. 2. Add a new item to the project “crystal report”. 3. Choose “Using the report wizard” to create a new report or simply choose “From an existing report” if you already have an existing crystal report. You could choose a “blank report” to create a report form scratch”. 4. Choose the data source. 5. Browse data and fields that you want to show in the report. 6. And choose finish. 7. Now you can design the report and customize it.
If you want you add crystal report in web/windows forms as well using crystal report viewer control.
|