Enum ZoomMode
Specifies the zoom mode for the ReportViewer control.
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public enum ZoomMode
FullPage
Sets the zoom mode to full page, so the entire page can fit in the ReportViewer's display area.
PageWidth
Sets the zoom mode to page width, so the page width fits the ReportViewer's display area.
Percent
Sets the zoom mode to a percentage, which is specified by the viewer's ZoomPercent property.