Freigeben über


ReportViewer.ShowToolBar-Eigenschaft

Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob die Symbolleiste auf dem Steuerelement angezeigt wird.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
Public Property ShowToolBar As Boolean
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WebForms-Namespace