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

DataViewBase.ExportToImage Method

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