Skip to main content
A newer version of this page is available. .
All docs
V21.2

DashboardExporter.ExportToImage Method

Name Parameters Description
ExportToImage(Dashboard, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboard, outputStream, dashboardSize, state, options Exports a dashboard’s data to the specified stream in Image format.
ExportToImage(Dashboard, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboard, outputFilePath, dashboardSize, state, options Exports a dashboard’s data to the specified Image file.
ExportToImage(Stream, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXml, outputStream, dashboardSize, state, options Exports a dashboard’s data to the specified stream in Image format.
ExportToImage(Stream, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXml, outputFilePath, dashboardSize, state, options Exports a dashboard’s data to the specified Image file.
ExportToImage(String, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXmlPath, outputStream, dashboardSize, state, options Exports a dashboard’s data to the specified stream in Image format.
ExportToImage(String, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXmlPath, outputFilePath, dashboardSize, state, options Exports a dashboard’s data to the specified Image file.