Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indica si el botón Actualizar está visible.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Sintaxis
'Declaración
Public Property ShowRefreshButton As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
Valor de tipo Boolean. El valor predeterminado es true.