Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Still Struggling & Need Assistance
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
01504280
Message ID:
01504281
Vues:
56
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()]);
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform