Click to See Complete Forum and Search --> : how to load data from a dynamically created dataset to crystal report in .NET


ekarimi
January 29th, 2006, 06:26 PM
Hi,

I have to create a dataset dynamically (creating a datatable, and columns and assigning this datatable to dataset). Then I am filling this dataset row by row. the structure of the datatable is what I need for my report. The question is that how should I push my dataset records to the report and how to define the structure for detailed section of my report (as the dataset and datatables are created at runtime)? Any help would be really appreciated.

Regards,
Eli

aniskhan
January 31st, 2006, 07:37 AM
Hope that this may get u to some idea
Create Crystal Reports from DataSet at runtime (http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VB_DOT_NET/Q_21258139.html)