Back to Devexpress

PivotGridControl.ExportToImage Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-exporttoimage.md

latest1.1 KB
Original Source

PivotGridControl.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, ImageExportOptions)stream, optionsExports the control’s data to the specified stream in Image format using the specified Image-specific options.
ExportToImage(Stream)streamExports the control’s data to the specified stream in BMP format.
ExportToImage(String, ImageExportOptions)filePath, optionsExports the control’s data to the specified file in Image format using the specified Image-specific options.
ExportToImage(String)filePathExports the control’s data to the specified file in BMP format.