Compartilhar via


Propriedade do RDL 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.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AsyncRendering As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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

Comentários

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