Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create a crystal report from SQL database? how can I link those two?
Posted
Updated 8-Apr-11 17:23pm
v2

Start from here:
Creating Crystal Reports using C# with Datasets[^]

Lot more articles here: CP Search for Crystal[^]
 
Share this answer
 
You:
- (install Crystal if VS2010)
- create a new report by adding a new item into your project
- define the connection to the database
- include the tables needed
- design the report
- test it
- include a viewer control in proper form/page
- use it

The easiest way in the beginning is to use the Report Wizard which prompts for different things during the process, such as: What database, which table, any conditions, sorting etc.

Have a look at this article for example: Crystal and Reporting Services FAQ Part 1[^]
 
Share this answer
 
Are you using Visual Studio.

Check this video out.

http://www.youtube.com/watch?v=jDhAUtbj4xM[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900