BookmarkAction Constructor
Initializes a new instance of the
BookmarkAction class, specifying the target page and area within the report.
public BookmarkAction(
int ,
Rect
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Rect _
)
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.