Back to Devexpress

DashboardExportExcelFormat Enum

dashboard-devexpress-dot-dashboardweb-55477623.md

latest2.0 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[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
vb
<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

NameDescription
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.

See Also

DevExpress.DashboardWeb Namespace