Back to Devexpress

DashboardPrintingFilterState Enum

dashboard-devexpress-dot-dashboardwin-53c9fa18.md

latest2.3 KB
Original Source

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 breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[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
vb
<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

NameDescription
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

DevExpress.DashboardWin Namespace