[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction

BookmarkAction Class

Represents an action that navigates to a specific location within the report when triggered.

Inheritance
BookmarkAction
Implements
Namespace: GrapeCity.Viewer.Common.Model.Interactivity
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public class BookmarkAction : IAction
Remarks

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.

Constructors

Name Description
BookmarkAction(int, Rect)

Initializes a new instance of the BookmarkAction class, specifying the target page and area within the report.

Properties

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.