Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Crystal reports
Message
 
À
20/11/2002 13:39:34
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
00724855
Message ID:
00725479
Vues:
17
Convert it to PDF. It is as simple as this:
Where oRpt is my Crystal Report


oRpt.ExportOptions.ExportDestinationType = CrystalDecisions.[Shared].ExportDestinationType.DiskFile
oRpt.ExportOptions.ExportFormatType = CrystalDecisions.[Shared].ExportFormatType.PortableDocFormat
'Here we are exporting the report to a .pdf format.
DiskOpts.DiskFileName = "c:\file"
oRpt.ExportOptions.DestinationOptions = DiskOpts
oRpt.Export()

Hope this helps!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform