Share via


ZoomChangeEventArgs.ZoomPercent Property

 

Gets the zoom percentage value specified for the ZoomChangeEventArgs event.

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

Syntax

public int ZoomPercent { get; }
public:
property int ZoomPercent {
    int get();
}
member ZoomPercent : int with get
Public ReadOnly Property ZoomPercent As Integer

Property Value

Type: System.Int32

An integer specifying the selected percentage of zoom.

See Also

ZoomChangeEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top