ReportExecutionService.NavigateBookmark(String, String) Method

Definition

Navigates to a specific bookmark in the report.

public:
 int NavigateBookmark(System::String ^ BookmarkID, [Runtime::InteropServices::Out] System::String ^ % UniqueName);
public int NavigateBookmark (string BookmarkID, out string UniqueName);
member this.NavigateBookmark : string * string -> int
Public Function NavigateBookmark (BookmarkID As String, ByRef UniqueName As String) As Integer

Parameters

BookmarkID
String

The DocumentMapNode ID of the bookmark.

UniqueName
String

The name of the report item that the client should use to position the view area.

Returns

An integer containing the page number that corresponds to the bookmark ID, or 0 if the BookMarkID 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

Bookmarks are included in the rendered report. You must parse the rendering to obtain the ID of the bookmark.

Applies to