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

PivotGridControl.ExportToPdf Method

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