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 mode select for the ZoomChangeEventArgs event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property ZoomMode As ZoomMode
'Usage
Dim instance As ZoomChangeEventArgs
Dim value As ZoomMode
value = instance.ZoomMode
public ZoomMode ZoomMode { get; }
public:
property ZoomMode ZoomMode {
ZoomMode get ();
}
/** @property */
public ZoomMode get_ZoomMode ()
public function get ZoomMode () : ZoomMode
Property Value
A ZoomMode enumerator value specifying the zoom mode selected.
See Also
Reference
ZoomChangeEventArgs Class
ZoomChangeEventArgs Members
Microsoft.Reporting.WinForms Namespace