Back to Devexpress

RangeFilterPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-8d61199a.md

latest2.3 KB
Original Source

RangeFilterPrintingOptions Class

OBSOLETE

The RangeFilterPrintingOptions class is obsolete now. Use properties with the 'RangeFilter' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Remarks

Use the DashboardPrintingOptions.RangeFilterOptions property to access options specific to printing/exporting Range Filter dashboard items.

Inheritance

Object OptionsBase RangeFilterPrintingOptions

See Also

RangeFilterPrintingOptions Members

DevExpress.DashboardWin Namespace