Proprietà ReportViewer.ShowToolBar

Indica se la barra degli strumenti deve essere visibile nel controllo.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<DefaultValueAttribute(True)> _
<SRDescriptionAttribute("ShowToolBarDesc")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowToolBar As Boolean
'Utilizzo
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)

Valore proprietà

Valore Boolean. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms