ReportViewer.ShowRefreshButton Property

 

Indicates whether the Refresh button is visible.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool ShowRefreshButton { get; set; }
public:
property bool ShowRefreshButton {
    bool get();
    void set(bool value);
}
member ShowRefreshButton : bool with get, set
Public Property ShowRefreshButton As Boolean

Property Value

Type: System.Boolean

A Boolean value. The default value is true.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top