Partilhar via


Propriedade ReportViewer.ShowToolBar

Obtém ou define um valor que indica se a barra de ferramentas está visível no controle.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ShowToolBar As Boolean
[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 propriedade

Tipo: Boolean
Um valor booliano.O valor padrão é true.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms