ReportViewer.ShowToolBar Property

 

Indicates whether the Toolbar is visible.

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

Syntax

public bool ShowToolBar { get; set; }
public:
property bool ShowToolBar {
    bool get();
    void set(bool value);
}
member ShowToolBar : bool with get, set
Public Property ShowToolBar As Boolean

Property Value

Type: System.Boolean

A Boolean value. The default value is true.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top