ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / BookmarkAction Class / BookmarkAction Constructor
The index of the target page to navigate to. Page indexing starts at 1.
The specific area within the target page to navigate to, defined as a rectangle.

In This Topic
    BookmarkAction Constructor
    In This Topic
    Initializes a new instance of the BookmarkAction class, specifying the target page and area within the report.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal targetPage As Integer, _
       ByVal targetArea As Rect _
    )
    public BookmarkAction( 
       int targetPage,
       Rect targetArea
    )

    Parameters

    targetPage
    The index of the target page to navigate to. Page indexing starts at 1.
    targetArea
    The specific area within the target page to navigate to, defined as a rectangle.
    See Also