ReportExecutionService.NavigateDocumentMapAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NavigateDocumentMapAsync(String)
public:
void NavigateDocumentMapAsync(System::String ^ DocMapID);
public void NavigateDocumentMapAsync(string DocMapID);
member this.NavigateDocumentMapAsync : string -> unit
Public Sub NavigateDocumentMapAsync (DocMapID As String)
參數
- DocMapID
- String
適用於
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)
參數
- DocMapID
- String
- userState
- Object