Partager via


Propriété ReportViewer.ShowToolBar

Indique si la barre d'outils doit être visible dans le contrôle.

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

Syntaxe

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

value = instance.ShowToolBar

instance.ShowToolBar = value
[DefaultValueAttribute(true)] 
[SRDescriptionAttribute("ShowToolBarDesc")] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Appearance")] 
public bool ShowToolBar { get; set; }
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
public:
bool ShowToolBar {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowToolBar ()

/** @property */
public void set_ShowToolBar (boolean value)
public function get ShowToolBar () : boolean

public function set ShowToolBar (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