ReportExecutionService.BeginNavigateDocumentMap, 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 BeginNavigateDocumentMap ( _
    DocMapID As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginNavigateDocumentMap(
    string DocMapID,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginNavigateDocumentMap(
    String^ DocMapID, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginNavigateDocumentMap : 
        DocMapID:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginNavigateDocumentMap(
    DocMapID : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • DocMapID
    Type : String
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

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