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

RangeFilterPrintingOptions.SizeMode Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.RangeFilterSizeMode/DashboardPdfExportOptions.RangeFilterSizeMode properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the print size mode for the Range Filter dashboard item.

Namespace: DevExpress.DashboardWin

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

Declaration

[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.RangeFilterSizeMode/DashboardPdfExportOptions.RangeFilterSizeMode properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[DefaultValue(RangeFilterPrintingSizeMode.Stretch)]
public RangeFilterPrintingSizeMode SizeMode { get; set; }

Property Value

Type Default Description
RangeFilterPrintingSizeMode **Stretch**

A RangeFilterPrintingSizeMode enumeration member that specifies the print size mode for the Range Filter dashboard item.

Available values:

Name Description
None

A Range Filter dashboard item is printed in a size identical to that shown on the dashboard.

Stretch

A Range Filter dashboard item is stretched or shrunk to fit the page on which it is printed.

Zoom

A Range Filter dashboard item is resized proportionally to best fit the printed page.

See Also