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

DashboardExportOptions.ExcelFormatOptions Property

OBSOLETE

The DashboardExportOptions.ExcelFormatOptions property is obsolete now. Use the ASPxDashboard.ExcelFormatOptions/ASPxDashboardViewer.ExcelFormatOptions properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options affecting how the dashboard item is exported in Excel format.

Namespace: DevExpress.DashboardWeb

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

Declaration

[Obsolete("The DashboardExportOptions.ExcelFormatOptions property is obsolete now. Use the ASPxDashboard.ExcelFormatOptions/ASPxDashboardViewer.ExcelFormatOptions properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ExcelFormatExportOptions ExcelFormatOptions { get; }

Property Value

Type Description
ExcelFormatExportOptions

An ExcelFormatExportOptions containing options affecting how the dashboard item is exported in Excel format.

See Also