BeforeExportDocumentEventArgs.ExcelExportOptions Property
Gets options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
DashboardExcelExportOptions | A DashboardExcelExportOptions object containing options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format. |
Remarks
Note
Do not modify export options in the BeforeExportDocument event handler because modifications do not apply to the exported document.
See Also