FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / NavigateBookmark Method
The ID of the bookmark.
System.Threading.CancellationToken that can be used to cancel an action.

In This Topic
    NavigateBookmark Method (ReportSession)
    In This Topic
    Navigates to a specific bookmark in the report.
    Syntax
    'Declaration
     
    Public Function NavigateBookmark( _
       ByVal bookmarkID As String, _
       ByVal cancellationToken As CancellationToken _
    ) As ReportPosition
    public ReportPosition NavigateBookmark( 
       string bookmarkID,
       CancellationToken cancellationToken
    )

    Parameters

    bookmarkID
    The ID of the bookmark.
    cancellationToken
    System.Threading.CancellationToken that can be used to cancel an action.

    Return Value

    ReportPosition object specifies position of the bookmark in the report, null if method was cancelled.
    See Also