Propriété ReportViewer.ZoomPercent
Obtient ou définit le pourcentage de zoom à utiliser pour l'affichage du rapport.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ZoomPercent As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
Valeur integer qui contient le pourcentage de zoom.