Skip to main content
All docs
V18.2

ExcelFormatOptions.Format Property

OBSOLETE

The ExcelFormatOptions.Format 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/T488764

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("The ExcelFormatOptions.Format 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/T488764")]
public string Format { get; set; }

Property Value

Type Description
String

A value returned by the DashboardExportExcelFormat class that specifies the Excel format in which the dashboard item is exported.

See Also