Back to Devexpress

RangeFilterExportOptions Class

dashboard-devexpress-dot-dashboardweb-6ca8e545.md

latest2.1 KB
Original Source

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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

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

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The RangeFilterExportOptions class is obsolete now. Use properties with the 'RangeFilter' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class RangeFilterExportOptions :
    OptionsBase
vb
<Obsolete("The RangeFilterExportOptions class is obsolete now. Use properties with the 'RangeFilter' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class RangeFilterExportOptions
    Inherits OptionsBase

Remarks

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

Inheritance

Object OptionsBase RangeFilterExportOptions

See Also

RangeFilterExportOptions Members

DevExpress.DashboardWeb Namespace