Partager via


Propriété AsyncRendering

Gets or sets a Boolean value that indicates whether the report is rendered asynchronously from the rest of the Web page when the Web page is loaded.

Espace de noms :  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly :  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AsyncRendering As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportViewerWebPart
Dim value As Boolean

value = instance.AsyncRendering

instance.AsyncRendering = value
[WebPartStorageAttribute(Storage.Shared)]
public bool AsyncRendering { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property bool AsyncRendering {
    bool get ();
    void set (bool value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member AsyncRendering : bool with get, set
function get AsyncRendering () : boolean
function set AsyncRendering (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
true if the report should be rendered asynchronously; otherwise, false. The default is true.

Notes

This property can be configured using the Asynchronous Rendering check box in the tool pane of the Web-based Web Part design user interface.

When AsyncRendering is set to true, the report is rendered asynchronously from the rest of the Web page. When AsyncRendering is set to false, the report is rendered synchronously with the rest of the Web page.

After the Web page is loaded, all actions on the Report Viewer Web Part cause asynchronous postbacks