WebDashboardExporter.ExportDashboardItemToExcel Method
Name | Parameters | Description |
---|---|---|
ExportDashboardItemToExcel(String, String, Stream, DashboardState, DashboardExcelExportOptions) | dashboardId, dashboardItemName, stream, state, options | Exports the dashboard item to the specified stream in Excel format. |
ExportDashboardItemToExcel(String, String, Stream, DashboardState) | dashboardId, dashboardItemName, stream, state | Exports the dashboard item to the specified stream in Excel format. |
ExportDashboardItemToExcel(String, String, Stream) | dashboardId, dashboardItemName, stream | Exports the dashboard item to the specified stream in Excel format. |