ReportViewer.ShowRefreshButton 屬性
取得或設定值,這個值表示是否可以看到 [重新整理] 按鈕。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<WebBrowsableAttribute(True)> _
Public Property ShowRefreshButton As Boolean
Get
Set
'用途
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowRefreshButton
instance.ShowRefreshButton = value
[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)
屬性值
型別:System.Boolean
如果可以在工具列上看到 [重新整理] 按鈕,則為 true,否則為 false。預設為 true。