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
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowToolBar

instance.ShowToolBar = value
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: System.Boolean
Valore boolean. Il valore predefinito è true.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms