Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CrystalReportViewer in ASP.NET 2.0
Message
From
30/08/2006 11:14:27
 
 
To
30/08/2006 10:25:10
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01149760
Message ID:
01149788
Views:
8
Hi, Mike.

Obviously, you'll need to use the web viewer control for CR, but the code (to the best of my awareness) should be the same.

When I set the datasource for the report, I do the following:
foreach (Table oTable in oReport.Database.Tables)
   oTable.SetDataSource( MyDataSet.Tables[ oTable.Name.ToString() ]);            
You don't "have" to use strongly-typed reports, you can use the report load function, though I prefer to do it strongly-typed.

What specifically is happening on your end?

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform