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

DashboardDesigner.ExportDashboardItemToExcel Method

Name Parameters Description
ExportDashboardItemToExcel(String, Stream, DashboardExcelExportOptions) dashboardItemName, stream, options Exports the dashboard item to the specified stream in Excel format.
ExportDashboardItemToExcel(String, Stream, ExcelExportOptions) dashboardItemName, stream, options Obsolete. Exports the dashboard item to the specified stream in Excel format.
ExportDashboardItemToExcel(String, String, DashboardExcelExportOptions) dashboardItemName, filePath, options Exports the dashboard item to the specified file in Excel format using specified export options.
ExportDashboardItemToExcel(String, String, ExcelExportOptions) dashboardItemName, filePath, options Obsolete. Exports the dashboard item to the specified file in Excel format using the specified export options.