ReportExecutionService.EndSetExecutionParameters2, méthode

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

Syntaxe

'Déclaration
Public Function EndSetExecutionParameters2 ( _
    asyncResult As IAsyncResult _
) As ExecutionInfo2
public ExecutionInfo2 EndSetExecutionParameters2(
    IAsyncResult asyncResult
)
public:
ExecutionInfo2^ EndSetExecutionParameters2(
    IAsyncResult^ asyncResult
)
member EndSetExecutionParameters2 : 
        asyncResult:IAsyncResult -> ExecutionInfo2 
public function EndSetExecutionParameters2(
    asyncResult : IAsyncResult
) : ExecutionInfo2

Paramètres

  • asyncResult
    Type : IAsyncResult

Valeur de retour

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

Voir aussi

Référence

ReportExecutionService Classe

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