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
Public Property ShowRefreshButton As Boolean
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowRefreshButton
instance.ShowRefreshButton = value
public bool ShowRefreshButton { get; set; }
public:
property bool ShowRefreshButton {
bool get ();
void set (bool value);
}
member ShowRefreshButton : bool with get, set
function get ShowRefreshButton () : boolean
function set ShowRefreshButton (value : boolean)
Valore proprietà
Tipo: System.Boolean
Valore boolean. Il valore predefinito è true.