ReportExecutionService.NavigateDocumentMapAsync Method

Definition

Overloads

NavigateDocumentMapAsync(String)

public:
 void NavigateDocumentMapAsync(System::String ^ DocMapID);
public void NavigateDocumentMapAsync(string DocMapID);
member this.NavigateDocumentMapAsync : string -> unit
Public Sub NavigateDocumentMapAsync (DocMapID As String)

Parameters

DocMapID
String

Applies to

NavigateDocumentMapAsync(String, Object)

public:
 void NavigateDocumentMapAsync(System::String ^ DocMapID, System::Object ^ userState);
public void NavigateDocumentMapAsync(string DocMapID, object userState);
member this.NavigateDocumentMapAsync : string * obj -> unit
Public Sub NavigateDocumentMapAsync (DocMapID As String, userState As Object)

Parameters

DocMapID
String
userState
Object

Applies to