Back to Devexpress

ZoomConstants.WholePage Field

xtrareports-devexpress-dot-blazor-dot-reporting-dot-models-dot-zoomconstants.md

latest1.5 KB
Original Source

ZoomConstants.WholePage Field

Zooms the document to fit the entire page.

Namespace : DevExpress.Blazor.Reporting.Models

Assembly : DevExpress.Blazor.v25.2.Viewer.dll

NuGet Package : DevExpress.Blazor.Viewer

Declaration

csharp
public const double WholePage = -1
vb
Public Const WholePage As Double = -1

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/>

You can also use the UpdateZoomAsync(Double) method to change the page zoom level in the Report Viewer.

See Also

ZoomConstants Class

ZoomConstants Members

DevExpress.Blazor.Reporting.Models Namespace