Click here to Skip to main content
15,916,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm doing a VS project in C# and I'm struggling with Crystal Reports. I already have an SQL database connected to the program and am now trying to generate reports using the database. I have read through other forums on how to create Crystal Reports and they all seem to mention the addition of a dataset or datatable. When I use the Crystal Report wizard, it shows me all the tables I need. So do I still need to add a dataset for the report to work off of or can I use the tables from my database that I can already see on the wizard? Please assist me with this issue as my project is due Monday and the reporting is really setting me back

What I have tried:

I have tried to add the tables I already see, without adding a new dataset or datatable. The information seems to be all over the place but it is there. Maybe I should use the stored procedures instead of the tables directly
Posted
Updated 24-Aug-16 11:03am
Comments
Maciej Los 24-Aug-16 16:54pm    
Have you tried to finish Crystal Report Wizard?
Report Binding with CrystalReportViewer Object Model[^]

1 solution

Well, you can, but you don't have to, because you can do it in dynamic way - via code ;)
Check this: Tutorials: Crystal Reports for Visual Studio[^] - Data Connectivity Tutorials section.
 
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