Partager via


ReportExecutionService.NavigateDocumentMapAsync, méthode (String, Object)

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

Syntaxe

'Déclaration
Public Sub NavigateDocumentMapAsync ( _
    DocMapID As String, _
    userState As Object _
)
public void NavigateDocumentMapAsync(
    string DocMapID,
    Object userState
)
public:
void NavigateDocumentMapAsync(
    String^ DocMapID, 
    Object^ userState
)
member NavigateDocumentMapAsync : 
        DocMapID:string * 
        userState:Object -> unit 
public function NavigateDocumentMapAsync(
    DocMapID : String, 
    userState : Object
)

Paramètres

  • DocMapID
    Type : String
  • userState
    Type : Object

Voir aussi

Référence

ReportExecutionService Classe

NavigateDocumentMapAsync, surcharge

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