Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing through Crystal to PDF
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00927708
Message ID:
00927713
Vues:
27
Hi, Chris,

To the best of my awareness, you need to set the datasource for each individual datatable. So if you specified three tables when you designed the report, I think you need to do the...

oReport.Database.Tables[0].SetDataSource(myTable1);, etc

(At least that's the way I do it, and that's the way I usually see it in Code samples involving Crystal and .NET)

I don't have a clear answer why your code doesn't work (setting the datasource once for the report as a whole)...all I can say is that doing it table by table should work.

I'll give you a follow-up on the XSD approach...

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform