ZoomMode Enumeration
Specifies the zoom mode for the ReportViewer control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.