ReportExecutionService.EndGetDocumentMap, méthode

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

Syntaxe

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

Paramètres

  • asyncResult
    Type : IAsyncResult

Valeur de retour

Type : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DocumentMapNode

Voir aussi

Référence

ReportExecutionService Classe

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