ReportViewer.AsyncRendering Property

Gets or sets a value that indicates whether the ReportViewer control renders reports asynchronously.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
<CategoryAttribute("Misc")> _
Public Property AsyncRendering As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.AsyncRendering

instance.AsyncRendering = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
[CategoryAttribute("Misc")] 
public bool AsyncRendering { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"Misc")] 
public:
property bool AsyncRendering {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AsyncRendering ()

/** @property */
public void set_AsyncRendering (boolean value)
public function get AsyncRendering () : boolean

public function set AsyncRendering (value : boolean)

Property Value

true if the ReportViewer control renders reports asynchronously; otherwise, false. The default is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace