New to Telerik ReportingStart a free 30-day trial

Specifies the zoom mode for the ReportViewer control.

Definition

Namespace:Telerik.ReportViewer.WinForms

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

C#
public enum ZoomMode

Fields

Sets the zoom mode to full page, so the entire page can fit in the ReportViewer's display area.

C#
FullPage = 0

Sets the zoom mode to page width, so the page width fits the ReportViewer's display area.

C#
PageWidth = 1

Sets the zoom mode to a percentage, which is specified by the viewer's ZoomPercent property.

C#
Percent = 2
In this article
DefinitionFieldsFullPagePageWidthPercent
Not finding the help you need?
Contact Support