ActiveReports 14 .NET Edition
GrapeCity.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
    There could be no action defined for the event in that case PageNumber specifies page which should be activated.
    See Also