Skip to main content

PivotGridExtension.ExportToImage Method

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