ReportExecutionService.EndSetExecutionParameters, 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 EndSetExecutionParameters ( _
asyncResult As IAsyncResult _
) As ExecutionInfo
public ExecutionInfo EndSetExecutionParameters(
IAsyncResult asyncResult
)
public:
ExecutionInfo^ EndSetExecutionParameters(
IAsyncResult^ asyncResult
)
member EndSetExecutionParameters :
asyncResult:IAsyncResult -> ExecutionInfo
public function EndSetExecutionParameters(
asyncResult : IAsyncResult
) : ExecutionInfo
Paramètres
- asyncResult
Type : IAsyncResult
Valeur de retour
Type : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms