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

PivotGridControl.ExportToImage Method

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