[]
Represents an action that navigates to a specific location within the report when triggered.
public class BookmarkAction : IAction
This action is typically used to create interactive reports where clicking on a report item can jump to a specific page or area within the same report. It enhances the navigational capabilities within complex reports.
Name | Description |
---|---|
BookmarkAction(int, Rect) | Initializes a new instance of the BookmarkAction class, specifying the target page and area within the report. |
Name | Description |
---|---|
TargetArea | Gets a value indicating the area of a report page that should be opened when a drill though link is clicked. |
TargetPage | Gets a value indicating the index of a report page that should be opened when a drill though link is clicked. |