Click here to Skip to main content
15,923,120 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii
Help me
How to design Crystal Report a Runtime in VB.net

Please
Posted
Comments
Sandeep Mewara 12-May-12 5:28am    
Assignment of the day? Well it's not straight forward I can say.

Similar question by other user here: http://www.codeproject.com/Questions/383262/How-to-Design-a-Report-Using-CRAXDRT-in-VB-net-200

1 solution

design Crystal Report a Runtime
This is not straight forward and you have to write some amount of code. It's a decent project in itself.

For this, steps:
1. Open crystal desginer from your code. Launch it using Process class
2. Open a new or exisiting report in it
3. Now, users can design as they want
4. Save the report on close of desginer or save button wherever you want to
5. Show the designed report in the report viewer of your app now

Try!


If needed, have a look at these articles to show report at runtime:
Dynamic Crystal Reports Viewing[^]
Dynamic Crystal Report with C#[^]
C# Crystal Reports step by step [^]
Introductions to Crystal Reports in .NET[^]
 
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