DashboardExportOptions.ExcelFormatOptions Property
In This Article
OBSOLETE
The Dashboard
Provides access to options affecting how the dashboard item is exported in Excel format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[Obsolete("The DashboardExportOptions.ExcelFormatOptions property is obsolete now. Use the ASPxDashboard.ExcelFormatOptions/ASPxDashboardViewer.ExcelFormatOptions properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ExcelFormatExportOptions ExcelFormatOptions { get; }
#Property Value
Type | Description |
---|---|
Excel |
An |
See Also