Back to Devexpress

DashboardExportFilterState Enum

dashboard-devexpress-dot-dashboardweb-bd4582d4.md

latest2.2 KB
Original Source

DashboardExportFilterState Enum

OBSOLETE

The DashboardExportFilterState enumeration is obsolete now. Use the ExportFilters property and DashboardStateExcelExportPosition enumeration instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Lists values that specify the filter state’s location on the exported document.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The DashboardExportFilterState enumeration is obsolete now. Use the ExportFilters property and DashboardStateExcelExportPosition enumeration instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public enum DashboardExportFilterState
vb
<Obsolete("The DashboardExportFilterState enumeration is obsolete now. Use the ExportFilters property and DashboardStateExcelExportPosition enumeration instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Enum DashboardExportFilterState

Members

NameDescription
None

The filter state is not included in the exported document.

| | Below |

The filter state is placed below the dashboard (dashboard item) in the exported document.

| | SeparatePage |

The filter state is placed on a separate page in the exported document.

|

Remarks

Values listed by this enumeration are used to set the DocumentContentExportOptions.FilterState property.

See Also

DevExpress.DashboardWeb Namespace