WebDashboardExporter.ExportDashboardItemToImage Method
Name | Parameters | Description |
---|---|---|
ExportDashboardItemToImage(String, String, Stream) | dashboardId, dashboardItemName, stream | Exports the dashboard item to the specified stream in Image format. |
ExportDashboardItemToImage(String, String, Stream, Size) | dashboardId, dashboardItemName, stream, dashboardItemSize | Exports the dashboard item to the specified stream in Image format. |
ExportDashboardItemToImage(String, String, Stream, Size, DashboardState) | dashboardId, dashboardItemName, stream, dashboardItemSize, state | Exports the dashboard item to the specified stream in Image format. |
ExportDashboardItemToImage(String, String, Stream, Size, DashboardState, DashboardImageExportOptions) | dashboardId, dashboardItemName, stream, dashboardItemSize, state, options | Exports the dashboard item to the specified stream in Image format. |
Feedback