ReportExecutionService.EndLoadReportDefinition2, 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 EndLoadReportDefinition2 ( _
    asyncResult As IAsyncResult, _
    <OutAttribute> ByRef warnings As Warning() _
) As ExecutionInfo2
public ExecutionInfo2 EndLoadReportDefinition2(
    IAsyncResult asyncResult,
    out Warning[] warnings
)
public:
ExecutionInfo2^ EndLoadReportDefinition2(
    IAsyncResult^ asyncResult, 
    [OutAttribute] array<Warning^>^% warnings
)
member EndLoadReportDefinition2 : 
        asyncResult:IAsyncResult * 
        warnings:Warning[] byref -> ExecutionInfo2 
public function EndLoadReportDefinition2(
    asyncResult : IAsyncResult, 
    warnings : Warning[]
) : ExecutionInfo2

Paramètres

  • asyncResult
    Type : IAsyncResult

Valeur de retour

Type : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2

Voir aussi

Référence

ReportExecutionService Classe

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