言語

ReportExecutionService.NavigateDocumentMap(String) メソッド

定義

レポートの特定のセクションに移動します。

public:
 int NavigateDocumentMap(System::String ^ DocMapID);
public int NavigateDocumentMap(string DocMapID);
member this.NavigateDocumentMap : string -> int
Public Function NavigateDocumentMap (DocMapID As String) As Integer

パラメーター

DocMapID
String

セクションの DocumentMapNode IDです。

返品

ドキュメントマップIDに対応するページ番号を含む integerDocMapID が無効または見つからない場合は0となります。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダーの使用 (イン) TrustedUserHeaderValue

(イン) ExecutionHeaderValue

(アウト) ServerInfoHeaderValue
ネイティブモードの必要権限 None
SharePointモードの必要権限 None

適用対象