Back to Devexpress

ExcelExportFilterState Enum

dashboard-devexpress-dot-dashboardcommon-fab4bae6.md

latest1.2 KB
Original Source

ExcelExportFilterState Enum

Lists values that specify the filter state’s location in the exported Excel file.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ExcelExportFilterState
vb
Public Enum ExcelExportFilterState

Members

NameDescription
None

The filter state is not included in the exported document.

| | Below |

The filter state is placed below in the exported document.

| | SeparateSheet |

The filter state is placed on a separate sheet in the exported workbook.

|

See Also

DevExpress.DashboardCommon Namespace