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

DashboardDesigner.ExportDashboardItemToImage Method

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