Propriedade ReportViewer.ShowRefreshButton
Indica se o botão Atualizar está visível.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Property ShowRefreshButton As Boolean
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)
Valor de propriedade
Tipo: Boolean
Um valor booliano.O valor padrão é true.