Skip to main content
All docs
V23.2

ZoomConstants.WholePage Field

Zooms the document to fit the entire page.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public const double WholePage = -1

Field Value

Type
Double

Remarks

Use the Zoom property to specify the zoom level:

@using DevExpress.Blazor.Reporting.Models
@*...*@

<DxReportViewer @ref="reportViewer" Report="Report Zoom=ZoomConstants.WholePage/>
See Also