ReportViewer.ShowRefreshButton (Propiedad)
Obtiene o establece un valor que indica si el botón Actualizar está visible.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<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 propiedad
Tipo: Boolean
true si el botón Actualizar está visible en la barra de herramientas; en caso contrario, false.El valor predeterminado es true.