Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me anybody
How to display dynamiclly Line chart in crystal report using c# code.

prem prakash dhakal
Posted

1 solution

This is basically a two step process.
First create a dataset and create tables in that dataset, you can do this at design time.
Then you can design your report in crystal report but via the visual studio add in. You can access your data that is located in the dataset.
There are excelent tutorials on the web that explain this in more detail
Check out this http://msdn.microsoft.com/en-us/library/ms227881(v=vs.80).aspx[^]
 
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