Share via


ReportViewer.ShowRefreshButton 属性

获取或设置一个指示**“刷新”**按钮是否可见的值。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<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)

属性值

类型:Boolean
如果**“刷新”**按钮在工具栏上可见,则为 true;否则为 false。默认值为 true。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间