Click here to Skip to main content
15,906,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends.
i want to access my object in a report like crystal report from a windows form at runtime and also need to create object in crystal report at runtime. how could i achieve that?
Posted

You need to add references to libraries like:
- CrystalDecisions.CrystalReports.Engine
- CrystalDecisions.Shared etc.

If not already done so, you can download the documentation from this site: http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14514[^]. I recall that there were also some examples you could download.
 
Share this answer
 
Your question not full clear but as per the last part, this should get you started: Idiot's Guide to Crystal Reports, Part I - Winforms[^]
 
Share this answer
 
Comments
Pooyan Behroozfar 29-Mar-11 15:00pm    
i wanna create objects and access them in crystal report at runtime. could you please help me?
Sandeep Mewara 29-Mar-11 15:01pm    
Try first. Post your issues that you face while trying formulating a question. I am sure, there would be lot of members (including me) who would try to help you in resolving it.
Pooyan Behroozfar 29-Mar-11 15:16pm    
what do you mean i try?
Pooyan Behroozfar 1-Apr-11 15:47pm    
I didn't get my answer yet.
your solutions wasn't useful for me. please help me.
thank you
 
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