VB.NET - How do we access crystal reports in .NET?

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.
VB.NET - Steps to add a control to a form at run time
Steps to add a control to a form at run time - create and initialize a control.....
VB.NET - Explain how to retrieve information from the configuration file at run time.
Retrieve information from the configuration file at run time
VB.NET - What do you understand by side-by-site execution of assembly?
What do you understand by side-by-site execution of assembly? - Side by side execution refers to running/execution of different versions of the same assembly at the same time on the same machine.......
Post your comment