Partager via


Propriété ReportViewer.ShowZoomControl

Indique si la zone de texte Zoom est visible.

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

Syntaxe

'Déclaration
<SRDescriptionAttribute("ShowZoomButtonDesc")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
Public Property ShowZoomControl As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowZoomControl

instance.ShowZoomControl = value
[SRDescriptionAttribute("ShowZoomButtonDesc")] 
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("ToolBar")] 
public bool ShowZoomControl { get; set; }
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
public:
bool ShowZoomControl {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowZoomControl ()

/** @property */
public void set_ShowZoomControl (boolean value)
public function get ShowZoomControl () : boolean

public function set ShowZoomControl (value : boolean)

Valeur de la propriété

Valeur Boolean. La valeur par défaut est true.

Voir aussi

Référence

Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms