ReportViewer.ShowToolBar-Eigenschaft
Gibt an, ob die Symbolleiste sichtbar ist.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property ShowToolBar As Boolean
public bool ShowToolBar { get; set; }
public:
property bool ShowToolBar {
bool get ();
void set (bool value);
}
member ShowToolBar : bool with get, set
function get ShowToolBar () : boolean
function set ShowToolBar (value : boolean)
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert.Der Standardwert ist true.