ZoomMode Enumeration

Specifies the zoom mode for the ReportViewer control.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public Enumeration ZoomMode
'Usage
Dim instance As ZoomMode
public enum ZoomMode
public enum class ZoomMode
public enum ZoomMode
public enum ZoomMode

Members

  Member name Description
FullPage Sets the zoom mode to full page. 
PageWidth Sets the zoom mode to page width.  
Percent Sets the zoom mode to a percentage.  

Remarks

This enumerator is used with the ZoomMode property.

See Also

Reference

Microsoft.Reporting.WinForms Namespace