Partager via


ReportViewer.ZoomPercent, propriété

Obtient ou définit le pourcentage de zoom à utiliser pour l'affichage du rapport.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : Int32
Valeur integer qui contient le pourcentage de zoom.

Voir aussi

Référence

ReportViewer Classe

Microsoft.Reporting.WebForms, espace de noms