Propriedade ReportViewer.ShowRefreshButton
Obtém ou define um valor que indica se o botão Atualizar está visível.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<WebBrowsableAttribute(True)> _
Public Property ShowRefreshButton As Boolean
[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)
Valor de propriedade
Tipo: Boolean
true se o botão Atualizar estiver visível na barra de ferramentas; caso contrário, false.O padrão é true.