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

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