CustomizeExportDocumentWebEventArgs.ExcelOptions Property
OBSOLETE
This property is obsolete now. Use the ExcelExportOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Gets options related to exporting a dashboard item to Excel format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the ExcelExportOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public ExcelExportOptions ExcelOptions { get; }
Property Value
Type | Description |
---|---|
ExcelExportOptions | A ExcelExportOptions object containing options related to exporting a dashboard item to Excel format. |
See Also