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

RangeFilterExportOptions Class

OBSOLETE

The RangeFilterExportOptions class 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

Contains settings that specify parameters affecting how the Range Filter dashboard item is exported.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The RangeFilterExportOptions class 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")]
public class RangeFilterExportOptions :
    OptionsBase

Remarks

Use the DashboardExportOptions.RangeFilterOptions property to access options specific to exporting Range Filter dashboard items.

Inheritance

Object
OptionsBase
RangeFilterExportOptions
See Also