Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Still Struggling & Need Assistance
Message
General information
Forum:
ASP.NET
Category:
Reporting
Miscellaneous
Thread ID:
01504280
Message ID:
01504281
Views:
55
Kevin, for what it's worth, when I used to work in Crystal, I'd do this (where oReport was the name of the report object, and DsReportData was the dataset containing the data I wanted to push into the report object at runtime)
   foreach (Table oTable in oReport.Database.Tables)
               oTable.SetDataSource  (DsReportData.Tables[oTable.Name.ToString()]);
Previous
Reply
Map
View

Click here to load this message in the networking platform