dashboard-devexpress-dot-dashboardweb-bd4582d4.md
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
[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
<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
| Name | Description |
|---|---|
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.
|
Values listed by this enumeration are used to set the DocumentContentExportOptions.FilterState property.
See Also