Propriedade ReportViewer.ShowToolBar
Indica se a Barra de Ferramentas está visível.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Boolean
Um valor booliano.O valor padrão é true.