Skip to main content
All docs
V23.2

DxPdfExportOptions.RangeFilterSizeMode Property

Specifies the export size mode for the Range Filter dashboard item.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public RangeFilterExportSizeMode RangeFilterSizeMode { get; set; }

Property Value

Type Description
RangeFilterExportSizeMode

A RangeFilterExportSizeMode value that specifies the export size mode for the Range Filter dashboard item.

Available values:

Name Description
None

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

Stretch

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

Zoom

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

See Also