ReportViewer.ShowRefreshButton, propriété
Obtient ou définit une valeur qui indique si le bouton Actualiser est visible.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
Type : Boolean
true si le bouton Actualiser est visible dans la barre d'outils ; false dans le cas contraire.La valeur par défaut est true.