Propriété ReportViewer.ShowToolBar
Indique si la barre d'outils est visible.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ShowToolBar As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.