ReportExecutionService.NavigateBookmark(String, String) 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.
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.