ZoomMode
Enum
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