ReportExecutionService.EndLoadReport, 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 EndLoadReport ( _
asyncResult As IAsyncResult _
) As ExecutionInfo
public ExecutionInfo EndLoadReport(
IAsyncResult asyncResult
)
public:
ExecutionInfo^ EndLoadReport(
IAsyncResult^ asyncResult
)
member EndLoadReport :
asyncResult:IAsyncResult -> ExecutionInfo
public function EndLoadReport(
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