[]
Initializes a new instance of the BookmarkAction class, specifying the target page and area within the report.
public BookmarkAction(int targetPage, Rect targetArea)
Type | Name | Description |
---|---|---|
int | targetPage | The index of the target page to navigate to. Page indexing starts at 1. |
Rect | targetArea | The specific area within the target page to navigate to, defined as a rectangle. |