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 using the specified Image-specific options.
ExportToImage(Stream, ImageFormat) stream, format Exports a report to the specified stream in the specified Image format.
ExportToImage(Stream) stream Exports a report to the specified stream in Image format.
ExportToImage(String, ImageExportOptions) path, options Exports a report to the specified file path in Image format using the specified Image-specific options.
ExportToImage(String, ImageFormat) path, format Exports a report to the specified file path using the specified image format.
ExportToImage(String) path Exports a report to the specified file path in Image format.