Click here to Skip to main content
16,019,614 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Dear all,
I want to generate a crystal Report dynamically in VB.NET. Please send me the solution of my question.
Thanks
Posted
Updated 8-Nov-10 22:54pm
v2

What do you mean by I want to generate a crystal Report dynamically in VB.NET? I suspect you meant incorrectly this. But I guess you need to load rpt dynamically or dynamic columns in report. Follow the following tutorials.

VB.NET Crystal Reports for Beginners[^]

Crystal Reports from SQL Query String[^]

VB.NET Crystal Reports Load Dynamically[^]
 
Share this answer
 
first add a report viewer control on the form then on click of that control on which you want to see report code as following steps.
create an object of report viewer and then show it by show.dialog method.
 
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