Condividi tramite


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
[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: Int32
Valore integer contenente la percentuale di zoom.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms