Skip to main content
A newer version of this page is available. .

PdfStreamingExporter.Export Method

Name Parameters Description
Export(Stream, PdfExportOptions) stream, options Exports a report to the specified stream in PDF using the specified PDF-specific options.
Export(Stream) stream Exports a report to the specified stream in PDF.
Export(String, PdfExportOptions) fileName, options Exports a report to the specified file path in PDF using the specified PDF-specific options.
Export(String) fileName Exports a report to the specified file path in PDF.