ReportExecutionService.NavigateDocumentMapAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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