Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I have to create a dynamic Crystal Reports report in VB.NET 2005. I have a database (.mdb, MS Access) and many tables in it. Also the tables could increase dynamically.

I need to generate reports as per the user's choice of a category.
E.g., if the user chooses an item from a combo box, then the grouping in Crystal Reports should be according to its choice. Could you also tell me about any classes and methods to use to generate dynamic reports?

Thanks in advance.

-JD
Posted
Updated 29-Jul-10 23:32pm
v2
Comments
Prasad Bansi Vagal 2-Aug-10 12:53pm    
Reason for my vote of 5
Good Question

1 solution

first create a primary key column on that table or use the primary key column to find the value in it and use fillby as you used fiil to fill your dataadapter for updating the table in the code. it will automatically arange the data and so will display as per your client requirements as you told.

prasad :-D
 
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