ExcelFormatExportOptions Class
In This Article
OBSOLETE
The Excel
Contains options which define how the dashboard item is exported to Excel format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[Obsolete("The ExcelFormatExportOptions class is obsolete now. Use the DashboardExcelExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class ExcelFormatExportOptions :
OptionsBase
#Remarks
Use the DashboardExportOptions.ExcelFormatOptions property to access options specific to exporting the dashboard item in Excel format.
#Inheritance
Object
OptionsBase
ExcelFormatExportOptions
See Also