Back to Devexpress

XtraReport.ExportToImage Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-dot-exporttoimage.md

latest1.1 KB
Original Source

XtraReport.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, DXImageFormat)stream, formatExports a report to the specified stream in the specified image format.
ExportToImage(Stream, ImageExportOptions)stream, optionsExports a report to the specified stream as an image. Use options to specify an image format.
ExportToImage(String, DXImageFormat)path, formatExports a report to the specified file in the specified image format.
ExportToImage(String, ImageExportOptions)path, optionsExports a report to the specified file in Image format.