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

DashboardExcelExportOptions.Format Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to Format
BeforeExportDocumentEventArgs
CustomizeExportDocumentEventArgs
ASPxDashboard
BeforeExportDocumentWebEventArgs
CustomizeExportDocumentWebEventArgs
DashboardExtensionSettings
MVCxDashboard
DashboardDesigner
DashboardViewer
DashboardControl
See Also