Propriété ReportViewer.ZoomPercent
Obtient ou définit le pourcentage de zoom utilisé 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)> _
<SRDescriptionAttribute("ZoomPercentDesc")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(100)> _
Public Property ZoomPercent As Integer
'Utilisation
Dim instance As ReportViewer
Dim value As Integer
value = instance.ZoomPercent
instance.ZoomPercent = value
[WebBrowsableAttribute(true)]
[SRDescriptionAttribute("ZoomPercentDesc")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(100)]
public int ZoomPercent { get; set; }
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(100)]
public:
int ZoomPercent {
int get ();
void set (int value);
}
/** @property */
public int get_ZoomPercent ()
/** @property */
public void set_ZoomPercent (int value)
public function get ZoomPercent () : int
public function set ZoomPercent (value : int)
Valeur de la propriété
Valeur integer qui contient le pourcentage de zoom.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms