ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer.ActionEventArgs Class / Viewer.ActionEventArgs Constructor / Viewer.ActionEventArgs Constructor(IAction,Int32)
 Action that should be performed in response to this event.
The page number in current layout tree that should be navigated to.

In This Topic
    Viewer.ActionEventArgs Constructor(IAction,Int32)
    In This Topic
    Initalizes rendering event data with Action
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As IAction, _
       ByVal pageNumber As Integer _
    )
    public Viewer.ActionEventArgs( 
       IAction action,
       int pageNumber
    )

    Parameters

    action
     Action that should be performed in response to this event.
    pageNumber
    The page number in current layout tree that should be navigated to.
    See Also