MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / BookmarkAction Class
Members

BookmarkAction Class
Represents an action that navigates to a specific location within the report when triggered.
Object Model
BookmarkAction Class
Syntax
'Declaration
 
Public Class BookmarkAction 
   Implements 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.
Inheritance Hierarchy

System.Object
   GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction

See Also