Condividi tramite


Proprietà ReportViewer.AsyncRendering

Indica se il controllo ReportViewer esegue il rendering dei report in modo asincrono.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<SRDescriptionAttribute("AsyncRenderingDesc")> _
Public Property AsyncRendering As Boolean
'Utilizzo
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)

Valore proprietà

Valore Boolean che indica se il controllo ReportViewer esegue il rendering dei report in modo asincrono. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms