Skip to main content
A newer version of this page is available. .

DashboardExportFilterState Enum

OBSOLETE

The DashboardExportFilterState enumeration is obsolete now. Use the ExportFilters property and DashboardStateExcelExportPosition enumeration instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[Obsolete("The DashboardExportFilterState enumeration is obsolete now. Use the ExportFilters property and DashboardStateExcelExportPosition enumeration instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
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.

See Also