dashboard-devexpress-dot-dashboardwin-53c9fa18.md
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
[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
<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
| 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.
|
Values listed by this enumeration are used to set the DocumentContentPrintingOptions.FilterState property.
See Also