DashboardExportExcelFormat Enum
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/
Lists values that specify Excel formats available for exporting individual dashboard items.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[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
Members
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. |
Remarks
Values listed by this enumeration are used to set the ExcelFormatExportOptions.Format property.