Proprietà ReportViewer.ShowRefreshButton

Indica se il pulsante Aggiorna è visibile.

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

Sintassi

'Dichiarazione
<DefaultValueAttribute(True)> _
<CategoryAttribute("Toolbar")> _
<SRDescriptionAttribute("ShowRefreshButtonDesc")> _
Public Property ShowRefreshButton As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowRefreshButton

instance.ShowRefreshButton = value
[DefaultValueAttribute(true)] 
[CategoryAttribute("Toolbar")] 
[SRDescriptionAttribute("ShowRefreshButtonDesc")] 
public bool ShowRefreshButton { get; set; }
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"Toolbar")] 
public:
bool ShowRefreshButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowRefreshButton ()

/** @property */
public void set_ShowRefreshButton (boolean value)
public function get ShowRefreshButton () : boolean

public function set ShowRefreshButton (value : boolean)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms