Back to Devexpress

PivotGridControl.ExportToImage Method

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

latest1.0 KB
Original Source

PivotGridControl.ExportToImage Method

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