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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[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
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. |
Remarks
Values listed by this enumeration are used to set the DocumentContentExportOptions.FilterState property.