Compartir a través de


ReportViewer.ShowToolBar Propiedad

Obtiene o establece un valor que indica si la barra de herramientas está visible en el control.

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

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
Public Property ShowToolBar As Boolean
    Get
    Set
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowToolBar

instance.ShowToolBar = value
[WebBrowsableAttribute(true)]
public bool ShowToolBar { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowToolBar {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowToolBar : bool with get, set
function get ShowToolBar () : boolean
function set ShowToolBar (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
Valor de tipo Boolean. El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Espacio de nombres Microsoft.Reporting.WebForms