Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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