Skip to main content

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(IBasePrintable, Stream, PdfExportOptions) static source, stream, options
ExportToPdf(IBasePrintable, Stream) static source, stream
ExportToPdf(IBasePrintable, String, PdfExportOptions) static source, filePath, options
ExportToPdf(IBasePrintable, String) static source, filePath