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.v23.1.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
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.