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
public ZoomMode ZoomMode { get; }
public:
property ZoomMode ZoomMode {
ZoomMode get();
}
member ZoomMode : ZoomMode with get
Public ReadOnly Property ZoomMode As ZoomMode
Property Value
Type: Microsoft.Reporting.WinForms.ZoomMode
A ZoomMode enumerator value specifying the zoom mode selected.
See Also
ZoomChangeEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top