ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / Action Event

In This Topic
    Action Event (Viewer)
    In This Topic
    This event fires when report item with specified action was clicked in the report preview control.
    Syntax
    'Declaration
     
    Public Event Action As EventHandler(Of Viewer.ActionEventArgs)
    Event Data

    The event handler receives an argument of type Viewer.ActionEventArgs containing data related to this event. The following Viewer.ActionEventArgs properties provide information specific to this event.

    PropertyDescription
    Specifies the action that should be performed in response to this event.  
    Specifies the page number in current layout tree that should be navigated to.  
    See Also