ReportExecutionService.EndListRenderingExtensions, méthode

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Function EndListRenderingExtensions ( _
    asyncResult As IAsyncResult _
) As Extension()
public Extension[] EndListRenderingExtensions(
    IAsyncResult asyncResult
)
public:
array<Extension^>^ EndListRenderingExtensions(
    IAsyncResult^ asyncResult
)
member EndListRenderingExtensions : 
        asyncResult:IAsyncResult -> Extension[] 
public function EndListRenderingExtensions(
    asyncResult : IAsyncResult
) : Extension[]

Paramètres

  • asyncResult
    Type : IAsyncResult

Valeur de retour

Type : array<Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.Extension[]

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms