dashboard-devexpress-dot-dashboardweb-55477623.md
The DashboardExportExcelFormat enumeration is obsolete now. Use the ExcelFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Lists values that specify Excel formats available for exporting individual dashboard items.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
[Obsolete("The DashboardExportExcelFormat enumeration is obsolete now. Use the ExcelFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public enum DashboardExportExcelFormat
<Obsolete("The DashboardExportExcelFormat enumeration is obsolete now. Use the ExcelFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Enum DashboardExportExcelFormat
| Name | Description |
|---|---|
Csv |
A comma-separated values (CSV) file format.
|
| Xls |
The Excel 97 - Excel 2003 (XLS) file format.
|
| Xlsx |
The Office Excel 2007 XML-based (XLSX) file format.
|
Values listed by this enumeration are used to set the ExcelFormatExportOptions.Format property.
See Also