Skip to main content

ExcelFormatExportOptions.Format Property

OBSOLETE

This property is obsolete now. Use the DashboardExcelExportOptions.Format property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Gets or sets the Excel format in which the dashboard item is exported.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

#Declaration

[DefaultValue(DashboardExportExcelFormat.Xlsx)]
[Obsolete("This property is obsolete now. Use the DashboardExcelExportOptions.Format property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public DashboardExportExcelFormat Format { get; set; }

#Property Value

Type Default Description
DashboardExportExcelFormat Xlsx

A DashboardExportExcelFormat enumeration member that specifies the Excel format in which the dashboard item is exported.

Available values:

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.

See Also