Quantcast
Channel: SCN : Discussion List - SAP Crystal Reports, version for Visual Studio
Viewing all articles
Browse latest Browse all 3636

PDF ExportToDisk Freezes

$
0
0

I have some pretty straightforward code to export a report to PDF format.  This is part of a WinForm project using VB 2010.

 

     Private oReport As New ReportDocument()

     Private FullReportName = "Report.rpt"     ' Actual code includes path

 

     oReport.Load(FullReportName, OpenReportMethod.OpenReportByDefault)

     oReport.ExportToDisk(ExportFormatType.PortableDocFormat, DataFileName)

 

When I run this, my program just freezes on the ExportToDisk method.  What am I missing?


Viewing all articles
Browse latest Browse all 3636

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>