Skip to main content
A newer version of this page is available. .

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Lists values that specify Excel formats available for exporting individual dashboard items.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[Obsolete("The DashboardExportExcelFormat enumeration is obsolete now. Use the ExcelFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
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.

See Also