Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indica se la barra degli strumenti è visibile.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Sintassi
'Dichiarazione
<SRDescriptionAttribute("ShowToolBarDesc")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(True)> _
Public Property ShowToolBar As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowToolBar
instance.ShowToolBar = value
[SRDescriptionAttribute("ShowToolBarDesc")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(true)]
public bool ShowToolBar { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(true)]
public:
bool ShowToolBar {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowToolBar ()
/** @property */
public void set_ShowToolBar (boolean value)
public function get ShowToolBar () : boolean
public function set ShowToolBar (value : boolean)
Valore proprietà
Valore booleano. Il valore predefinito è true.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms