ActiveReports 12
Action Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Action Event
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
Gets the Action that caused the event.  
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the page number the action happened on.  
See Also