Condividi tramite


Proprietà ReportViewer.ShowToolBar

Indica se la barra degli strumenti è visibile.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
Valore boolean.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms