Skip to main content

DashboardControl.ExportDashboardItemToExcel Method

Name Parameters Description
ExportDashboardItemToExcel(String, Stream, DashboardExcelExportOptions) dashboardItemName, stream, options Exports the dashboard item to the specified stream in Excel format using specified export options.
ExportDashboardItemToExcel(String, Stream) dashboardItemName, stream 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) dashboardItemName, filePath Exports the dashboard item to the specified file in Excel format.