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

ExcelExportOptions.Format Property

OBSOLETE

This property is obsolete now. Use the Format property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the Excel format used for exporting.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(ExcelFormat.Xlsx)]
[Obsolete("This property is obsolete now. Use the DashboardExcelExportOptions.Format property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public ExcelFormat Format { get; set; }

Property Value

Type Default Description
ExcelFormat **Xlsx**

ExcelFormat enumeration values that specify the Excel format used for exporting.

See Also