Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to Design a Report Using Crystal Reports dll in VB.net 2008 at Runtime, So that
the End User may Modify the Report Layout Or Adjust the Datafields to desired locations and take the print of the report.

Please Help,Thanks.
Posted

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