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

DashboardDesigner.ExportToImage Method

Name Parameters Description
ExportToImage(Stream, DashboardImageExportOptions) stream, options Exports a dashboard to the specified stream in Image format using the specified image-specific options.
ExportToImage(Stream, ImageExportOptions) stream, options Obsolete. Exports a dashboard to the specified stream in Image format using the specified Image-specific options.
ExportToImage(Stream) stream Exports a dashboard to the specified stream in Image format.
ExportToImage(String, DashboardImageExportOptions) filePath, options Exports a dashboard to the specified image file using the specified image-specific options.
ExportToImage(String, ImageExportOptions) filePath, options Obsolete. Exports a dashboard to the specified file in Image format using the specified Image-specific options.
ExportToImage(String) filePath Exports a dashboard to the specified file in Image format.