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

PrintHelper.ExportToPdf Method

Name Parameters Description
ExportToPdf(IPrintableControl, Stream, PdfExportOptions) static source, stream, options Exports a report to the specified stream in PDF format using the specified PDF-specific options.
ExportToPdf(IPrintableControl, Stream) static source, stream Exports a report to the specified stream in PDF format.
ExportToPdf(IPrintableControl, String, PdfExportOptions) static source, filePath, options Exports a report to the specified file path in PDF format, using the specified PDF-specific options.
ExportToPdf(IPrintableControl, String) static source, filePath Exports a report to the specified file path in PDF format.
ExportToPdf(IPrintable, Stream, PdfExportOptions) static source, stream, options Exports a report to the specified stream in PDF format using the specified PDF-specific options.
ExportToPdf(IPrintable, Stream) static source, stream Exports a report to the specified stream in PDF format.
ExportToPdf(IPrintable, String, PdfExportOptions) static source, filePath, options Exports a report to the specified file path in PDF format, using the specified PDF-specific options.
ExportToPdf(IPrintable, String) static source, filePath Exports a report to the specified file path in PDF format.