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

PivotGridExtension.ExportToPdf Method

Name Parameters Description
ExportToPdf(PivotGridSettings, Object, PdfExportOptions) static settings, dataObject, exportOptions Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, Boolean, PdfExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, Stream, PdfExportOptions) static settings, dataObject, stream, exportOptions Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, Stream) static settings, dataObject, stream Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, String, PdfExportOptions) static settings, dataObject, fileName, exportOptions Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, String, Boolean, PdfExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object, String) static settings, dataObject, fileName Exports the pivot grid’s data to PDF format, based on the provided settings.
ExportToPdf(PivotGridSettings, Object) static settings, dataObject Exports the pivot grid’s data to PDF format, based on the provided settings.