Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the zoom percentage value specified for the ZoomChangeEventArgs event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property ZoomPercent As Integer
'Usage
Dim instance As ZoomChangeEventArgs
Dim value As Integer
value = instance.ZoomPercent
public int ZoomPercent { get; }
public:
property int ZoomPercent {
int get ();
}
/** @property */
public int get_ZoomPercent ()
public function get ZoomPercent () : int
Property Value
An integer specifying the selected percentage of zoom.
See Also
Reference
ZoomChangeEventArgs Class
ZoomChangeEventArgs Members
Microsoft.Reporting.WinForms Namespace