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

DocumentContentPrintingOptions.FilterState Property

OBSOLETE

This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the filter state’s location on the printed document.

Namespace: DevExpress.DashboardWin

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

Declaration

[Obsolete("This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[DefaultValue(DashboardPrintingFilterState.None)]
public DashboardPrintingFilterState FilterState { get; set; }

Property Value

Type Default Description
DashboardPrintingFilterState **None**

A DashboardPrintingFilterState object that specifies the filter state’s location on the printed document.

Remarks

If you are printing a dashboard, the filter state includes only the master filter state.

If you are printing a dashboard item with enabled Drill-Down, the filter state includes master filters applied to this dashboard item and its values from the current drill-down hierarchy.

See Also