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

DashboardPrintingFilterState Enum

OBSOLETE

The DashboardPrintingFilterState enumeration is obsolete now. Instead, use the ExportFilters property along with the DashboardStatePosition property that accepts the DashboardStateExportPosition enumeration. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.2.Win.dll

Declaration

[Obsolete("The DashboardPrintingFilterState enumeration is obsolete now. Instead, use the ExportFilters property along with the DashboardStatePosition property that accepts the DashboardStateExportPosition enumeration. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public enum DashboardPrintingFilterState

Members

Name Description
None

The filter state is not included in the printed document.

Below

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

SeparatePage

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

Remarks

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

See Also