Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to design the Detail Section and Header section in crystal Reportand how to use multiple tables on crystal Report.
i am beginner of the crystal Report Please help me?
Posted

1 solution

Hi,

First of all install the crytsal report 9.0(if you are using Visual studio 2010 ofr development of winform). Then further that you will see crystalreportviewer tool in toolbox and put in on your form. Then click on design a new report.

Now there are amny ways to inserting a data into your report
1) create dataset and pass the data into them using queries and then put that data in crystal report easily.
2) using crystal report data expert and using sql store procedures.
3) now the data which contain multiple row put it inside the detail section.

I can't understand what do you mean by multiple tables.
 
Share this answer
 
Comments
jeevakumar.T 17-Nov-14 3:59am    
I Mean to Join Tables.
Ankit K. Saxena 17-Nov-14 4:04am    
Yes u can easily populate your dataset with the join tables and display it in the detail section of yur crystal report.
jeevakumar.T 17-Nov-14 4:07am    
Yes i know.how to arrange the detail section on run time?
Ankit K. Saxena 17-Nov-14 4:11am    
you want to arrange the detail section on runtime or detail section data on runtime???
and if you want to arrange detail section on runtime then in detail section what do you want to arrange
jeevakumar.T 17-Nov-14 4:32am    
Thanks,Some time i get all values form tables otherwise I give some column empty values.how can i avoid empty column values on run time.I ask Dynamic crystal Report and Detail Section passing parameter method only.

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