DocumentContentPrintingOptions.FilterState Property
OBSOLETE
This property is obsolete now. Instead use the Export
Gets or sets the filter state’s location on the printed document.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(DashboardPrintingFilterState.None)]
[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 breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public DashboardPrintingFilterState FilterState { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
None | A Dashboard |
Available values:
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
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.