ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer.ActionEventArgs Class / Action Property

In This Topic
    Action Property (Viewer.ActionEventArgs)
    In This Topic
    Specifies the action that should be performed in response to this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Action As IAction
    public IAction Action {get;}
    Remarks
    This property encapsulates the action to be taken. If no specific action is defined, the PageNumber property specifies the page to activate.
    See Also