ZoomConstants.WholePage Field
In This Article
Zooms the document to fit the entire page.
Namespace: DevExpress.Blazor.Reporting.Models
Assembly: DevExpress.Blazor.v24.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Viewer
#Declaration
#Field Value
Type |
---|
Double |
#Remarks
Use the Zoom property to specify the zoom level:
Razor
@using DevExpress.Blazor.Reporting.Models
@*...*@
<DxReportViewer @ref="reportViewer" Report="Report Zoom=ZoomConstants.WholePage/>
See Also