DashboardPrintingFilterState Enum
OBSOLETE
The Dashboard
Lists values that specify the filter state’s location on the printed or exported document.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#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 breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
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. |
Separate
|
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.