Skip to main content
A newer version of this page is available. .
All docs
V21.2

DashboardExporter.ExportDashboardItemToExcel Method

Name Parameters Description
ExportDashboardItemToExcel(Dashboard, String, Stream, DashboardState, DashboardExcelExportOptions) dashboard, dashboardItemName, outputStream, state, options Exports a dashboard item’s data to the specified stream in Excel format.
ExportDashboardItemToExcel(Dashboard, String, String, DashboardState, DashboardExcelExportOptions) dashboard, dashboardItemName, outputFilePath, state, options Exports a dashboard item’s data to the specified Excel file.
ExportDashboardItemToExcel(Stream, String, Stream, DashboardState, DashboardExcelExportOptions) dashboardXml, dashboardItemName, outputStream, state, options Exports a dashboard item’s data to the specified stream in Excel format.
ExportDashboardItemToExcel(Stream, String, String, DashboardState, DashboardExcelExportOptions) dashboardXml, dashboardItemName, outputFilePath, state, options Exports a dashboard item’s data to the specified Excel file.
ExportDashboardItemToExcel(String, String, Stream, DashboardState, DashboardExcelExportOptions) dashboardXmlPath, dashboardItemName, outputStream, state, options Exports a dashboard item’s data to the specified stream in Excel format.
ExportDashboardItemToExcel(String, String, String, DashboardState, DashboardExcelExportOptions) dashboardXmlPath, dashboardItemName, outputFilePath, state, options Exports a dashboard item’s data to the specified Excel file.