A newer version of this page is available.
Switch to the current version.
XtraReport.ExportToImage Method
Name | Parameters | Description |
---|---|---|
ExportToImage(Stream) | stream | Exports a report to the specified stream in Image format. |
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(String) | path | Exports a report to the specified file path 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. |
Feedback