Proprietà ReportViewer.ShowRefreshButton

Ottiene o imposta un valore che indica se il pulsante Aggiorna è visibile sulla barra degli strumenti.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowRefreshButton As Boolean
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowRefreshButton

instance.ShowRefreshButton = value
[WebBrowsableAttribute(true)]
public bool ShowRefreshButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowRefreshButton {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowRefreshButton : bool with get, set
function get ShowRefreshButton () : boolean
function set ShowRefreshButton (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se il pulsante Aggiorna è visibile nella barra degli strumenti; in caso contrario, false. Il valore predefinito è true.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms