Udostępnij za pośrednictwem


Właściwość ReportViewer.WaitControlDisplayAfter —

Gets or sets the delay in milliseconds before the wait control is displayed to the user when the report is loaded.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<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)

Wartość właściwości

Typ: Int32
An int value that specifies the time in milliseconds. The default value is 1000 (1 second).

Uwagi

When the ReportViewer is rendering a report on page load, the wait control is always displayed immediately if AsyncRendering is set to true. If AsyncRendering is set to false, the wait control is not displayed when the Web page is loaded. Once the Web page is loaded, the wait control is always displayed on report actions that cause asynchronous postbacks, and this property specifies the delay in displaying the wait control.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms

InteractivityPostBackMode

Inne zasoby

Partial-Page Rendering Overview