Skip to main content

IDashboardControl.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) 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) dashboardItemName, filePath Exports the dashboard item to the specified file in Image format.