ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / BookmarkAction Class / BookmarkAction Constructor
The target page index.
The target area.

In This Topic
    BookmarkAction Constructor
    In This Topic
    Creates new instance of BookmarkAction.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal targetPage As Integer, _
       ByVal targetArea As Rect _
    )
    public BookmarkAction( 
       int targetPage,
       Rect targetArea
    )

    Parameters

    targetPage
    The target page index.
    targetArea
    The target area.
    See Also