Breaking Change T1165540
Visible to All Users

The DxReportViewer.Zoom property's default value has been changed

What Changed

In v23.1, the default zoom level for the Native Report Viewer component was changed to "Whole Page".

Reasons for Change

In v23.1, we added the PageWidth and WholePage zoom options for Blazor Report Viewer. The DxReportViewer.Zoom property's default value is now set to ZoomConstants.WholePage to make the component behavior consistent with our Web Document Viewer.

Impact on Existing Apps

This change affects user experience in applications with Blazor Report Viewer.

How to Update Existing Apps

The application is updated automatically when you upgrade to v23.1.

How to Revert to Previous Behavior

In previous versions, the default zoom level was set to 100%. To change the zoom level to 100%, set the DxReportViewer.Zoom property to 1:

Razor
<DxReportViewer @ref="reportViewer" Report="Report" Zoom="1"/>

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.