ZoomConstants.WholePage Field
Zooms the document to fit the entire page.
Namespace: DevExpress.Blazor.Reporting.Models
Assembly: DevExpress.Blazor.Reporting.v24.1.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
Declaration
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