ReportViewer.ZoomPercent Property

 

Gets or sets the percentage of zoom used for the report display.

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

Syntax

public int ZoomPercent { get; set; }
public:
property int ZoomPercent {
    int get();
    void set(int value);
}
member ZoomPercent : int with get, set
Public Property ZoomPercent As Integer

Property Value

Type: System.Int32

An integer value containing the percentage of zoom.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top