ReportExecutionService.EndLoadReportDefinition2, 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 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
- warnings
Type : array<Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.Warning[]%
Valeur de retour
Type : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms