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