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

Paramètres

  • asyncResult
    Type : IAsyncResult

Valeur de retour

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

Voir aussi

Référence

ReportExecutionService Classe

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