DashboardViewer.ExportDashboardItemToImage Method
Name | Parameters | Description |
---|---|---|
ExportDashboardItemToImage(String, Stream) | dashboardItemName, stream | Exports the dashboard item to the specified stream in Image format. |
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, String) | dashboardItemName, filePath | Exports the dashboard item to the specified file 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. |
Feedback