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

XtraReport.ExportToImage Method

Name Parameters Description
ExportToImage(Stream, ImageExportOptions) stream, options Exports a report to the specified stream in Image format.
ExportToImage(Stream, ImageFormat) stream, format Exports a report to the specified stream in the specified image format.
ExportToImage(String, ImageExportOptions) path, options Exports a report to the specified file in Image format.
ExportToImage(String, ImageFormat) path, format Exports a report to the specified file in the specified image format.