Propriété ReportViewer.ShowRefreshButton
Indique si le bouton Actualiser doit être visible.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<SRDescriptionAttribute("ShowRefreshButtonDesc")> _
Public Property ShowRefreshButton As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowRefreshButton
instance.ShowRefreshButton = value
[CategoryAttribute("ToolBar")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[SRDescriptionAttribute("ShowRefreshButtonDesc")]
public bool ShowRefreshButton { get; set; }
[CategoryAttribute(L"ToolBar")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
public:
bool ShowRefreshButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowRefreshButton ()
/** @property */
public void set_ShowRefreshButton (boolean value)
public function get ShowRefreshButton () : boolean
public function set ShowRefreshButton (value : boolean)
Valeur de la propriété
Valeur Boolean. La valeur par défaut est true.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms