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

XtraReport.ExportToPdf Method

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