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

'Declaration
<DefaultValueAttribute(100)> _
<CategoryAttribute("Appearance")> _
Public Property ZoomPercent As Integer
'Usage
Dim instance As ReportViewer
Dim value As Integer

value = instance.ZoomPercent

instance.ZoomPercent = value
[DefaultValueAttribute(100)] 
[CategoryAttribute("Appearance")] 
public int ZoomPercent { get; set; }
[DefaultValueAttribute(100)] 
[CategoryAttribute(L"Appearance")] 
public:
property int ZoomPercent {
    int get ();
    void set (int value);
}
/** @property */
public int get_ZoomPercent ()

/** @property */
public void set_ZoomPercent (int value)
public function get ZoomPercent () : int

public function set ZoomPercent (value : int)

Property Value

An integer value containing the percentage of zoom.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace