Partager via


Propriété ZoomChangeEventArgs.ZoomPercent

Obtient le pourcentage de zoom spécifié pour l'événement ZoomChangeEventArgs.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ZoomPercent As Integer
    Get
'Utilisation
Dim instance As ZoomChangeEventArgs
Dim value As Integer

value = instance.ZoomPercent
public int ZoomPercent { get; }
public:
property int ZoomPercent {
    int get ();
}
member ZoomPercent : int
function get ZoomPercent () : int

Valeur de propriété

Type : System.Int32
integer qui spécifie le pourcentage de zoom sélectionné.

Voir aussi

Référence

ZoomChangeEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms