ExcelExportFilterState Enum
In This Article
Lists values that specify the filter state’s location in the exported Excel file.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The filter state is not included in the exported document. |
Below
|
The filter state is placed below in the exported document. |
Separate
|
The filter state is placed on a separate sheet in the exported workbook. |
See Also