Skip to main content

DashboardPrintingOptions.RangeFilterOptions Property

OBSOLETE

The DashboardPrintingOptions.RangeFilterOptions property 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/

Provides access to options specific to printing a Range Filter dashboard item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
[Obsolete("The DashboardPrintingOptions.RangeFilterOptions property 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 RangeFilterPrintingOptions RangeFilterOptions { get; }

Property Value

Type Description
RangeFilterPrintingOptions

A RangeFilterPrintingOptions object containing settings that specify parameters affecting how a Range Filter dashboard item is printed.

Remarks

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

See Also