Share via


ReportViewer.WaitControlDisplayAfter 屬性

取得或設定載入報表時對使用者顯示等候控制項之前的延遲 (以毫秒為單位)。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property WaitControlDisplayAfter As Integer
[WebBrowsableAttribute(true)]
public int WaitControlDisplayAfter { get; set; }
[WebBrowsableAttribute(true)]
public:
property int WaitControlDisplayAfter {
    int get ();
    void set (int value);
}
[<WebBrowsableAttribute(true)>]
member WaitControlDisplayAfter : int with get, set
function get WaitControlDisplayAfter () : int
function set WaitControlDisplayAfter (value : int)

屬性值

類型:Int32
int 值,指定以毫秒為單位的時間。預設值為 1000 (1 秒)。

備註

ReportViewer 於載入網頁時轉譯報表,如果 AsyncRendering 設定為 true,永遠會立即顯示等候控制項。如果 AsyncRendering 設定為 false,便不會在載入網頁時顯示等候控制項。一旦載入網頁,就一定會在造成非同步回傳的報表動作上顯示等候控制項,而且這個屬性指定延遲顯示等候控制項的時間。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間

InteractivityPostBackMode

其他資源

Partial-Page Rendering Overview