Skip to main content

DashboardExcelExportOptions.Format Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(ExcelFormat.Xlsx)]
public ExcelFormat Format { get; set; }

Property Value

Type Default Description
ExcelFormat Xlsx

An ExcelFormat 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.

Property Paths

You can access this nested property as listed below:

Object Type Path to Format
BeforeExportDocumentEventArgs
CustomizeExportDocumentEventArgs
ASPxDashboard
BeforeExportDocumentWebEventArgs
CustomizeExportDocumentWebEventArgs
DashboardExtensionSettings
DashboardDesigner
DashboardViewer
IDashboardControl
DashboardControl

The following code snippets (auto-collected from DevExpress Examples) contain references to the Format property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also