[]
Navigates to a specific bookmark in the report.
public ReportPosition NavigateBookmark(string bookmarkID, CancellationToken cancellationToken)
Type | Name | Description |
---|---|---|
string | bookmarkID | The ID of the bookmark. |
CancellationToken | cancellationToken | CancellationToken that can be used to cancel an action. |
Type | Description |
---|---|
ReportPosition | ReportPosition object specifies position of the bookmark in the report, null if method was cancelled. |