Propiedad ReportViewer.ShowToolBar

Indica si la barra de herramientas debe ser visible en el control.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowToolBar As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowToolBar

instance.ShowToolBar = value
[DefaultValueAttribute(true)] 
[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)

Valor de la propiedad

Un valor Boolean. El valor predeterminado es true.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms