Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CrystalReportViewer in ASP.NET 2.0
Message
De
30/08/2006 11:14:27
 
 
À
30/08/2006 10:25:10
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Versions des environnements
Environment:
ASP.NET
Divers
Thread ID:
01149760
Message ID:
01149788
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform