Skip to main content

DashboardExportOptions.RangeFilterOptions Property

OBSOLETE

The DashboardExportOptions.RangeFilterOptions property is obsolete now. Use properties with the 'RangeFilter' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options for exporting a Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The DashboardExportOptions.RangeFilterOptions property is obsolete now. Use properties with the 'RangeFilter' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RangeFilterExportOptions RangeFilterOptions { get; }

Property Value

Type Description
RangeFilterExportOptions

A RangeFilterExportOptions object containing settings that specify parameters affecting how the Range Filter dashboard item is exported.

Remarks

The RangeFilterOptions property settings are not in effect when the entire content of the dashboard is exported.

See Also