Proprietà ReportViewer.ZoomPercent

Ottiene o imposta la percentuale di zoom da utilizzare durante la visualizzazione del rapporto.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ZoomPercent As Integer
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Integer

value = instance.ZoomPercent

instance.ZoomPercent = value
[WebBrowsableAttribute(true)]
public int ZoomPercent { get; set; }
[WebBrowsableAttribute(true)]
public:
property int ZoomPercent {
    int get ();
    void set (int value);
}
[<WebBrowsableAttribute(true)>]
member ZoomPercent : int with get, set
function get ZoomPercent () : int
function set ZoomPercent (value : int)

Valore proprietà

Tipo: System.Int32
Valore integer contenente la percentuale di zoom.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms