Propriété ReportViewer.ZoomPercent
Obtient ou définit le pourcentage de zoom utilisé pour l'affichage du rapport.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ZoomPercent As Integer
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Integer
value = instance.ZoomPercent
instance.ZoomPercent = value
public int ZoomPercent { get; set; }
public:
property int ZoomPercent {
int get ();
void set (int value);
}
member ZoomPercent : int with get, set
function get ZoomPercent () : int
function set ZoomPercent (value : int)
Valeur de propriété
Type : System.Int32
Valeur integer qui contient le pourcentage de zoom.