Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.ExportDashboardItemToExcel Method

Name Parameters Description
ExportDashboardItemToExcel(String, ASPxClientDashboardExportOptions, String) itemName, options, fileName Obsolete. Exports a dashboard item to an Excel file with the specified export options and writes it to the Response.
ExportDashboardItemToExcel(String, ASPxClientDashboardExportOptions) itemName, options Obsolete. Exports a dashboard item to an Excel file with the specified export options and writes it to the Response.
ExportDashboardItemToExcel(String, DashboardExcelExportOptions, String) itemName, options, fileName Exports a dashboard item to an Excel file with the specified export options and writes it to the Response.
ExportDashboardItemToExcel(String, DashboardExcelExportOptions) itemName, options Exports a dashboard item to an Excel file with the specified export options and writes it to the Response.
ExportDashboardItemToExcel(String) itemName Exports a dashboard item to an Excel file and writes it to the Response.