ReportExecutionService.NavigateDocumentMap(String) Method

Definition

Navigates to a specific section of the report.

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

Parameters

DocMapID
String

The DocumentMapNode ID of the section.

Returns

An integer containing the page number that corresponds to the document map ID, or 0 if the DocMapID is invalid or is not found.

Remarks

The table below shows header and permissions information on this operation.

SOAP Header Usage (In) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue
Native Mode Required Permissions None
SharePoint Mode Required Permissions None

Applies to