Back to Devexpress

PivotGridControl.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttopdf.md

latest1.0 KB
Original Source

PivotGridControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the pivot grid to the specified stream in PDF format, using the specified PDF-specific options.
ExportToPdf(Stream)streamExports the pivot grid to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the pivot grid to the specified file path in PDF format, using the specified PDF-specific options.
ExportToPdf(String)filePathExports the pivot grid to the specified file path in PDF format.