Skip to main content

DocumentContentExportOptions.FilterState Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

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

Property Value

Type Default Description
DashboardExportFilterState None

A DashboardExportFilterState object that specifies the filter state’s location on the exported document.

Remarks

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

If you are exporting 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