Partager via


Propriété ReportViewer.AsyncRendering

Indique si le contrôle ReportViewer rend les rapports de façon asynchrone.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<SRDescriptionAttribute("AsyncRenderingDesc")> _
Public Property AsyncRendering As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.AsyncRendering

instance.AsyncRendering = value
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Misc")] 
[SRDescriptionAttribute("AsyncRenderingDesc")] 
public bool AsyncRendering { get; set; }
[DefaultValueAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Misc")] 
public:
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)

Valeur de la propriété

Valeur Boolean qui indique si le contrôle ReportViewer rend les rapports de façon asynchrone. La valeur par défaut est true.

Voir aussi

Référence

Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms