ActiveReports 9
Action Event (Viewer)

This event fires when report item with specified action was clicked in the report preview control.
Syntax
'Declaration
 
Public Event Action As System.EventHandler(Of Viewer.ActionEventArgs)
public event System.EventHandler<Viewer.ActionEventArgs> Action
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
ActionSpecifies the action that should be performed in response to this event.  
Cancel(Inherited from System.ComponentModel.CancelEventArgs) (Inherited from System.ComponentModel.CancelEventArgs)
PageNumberSpecifies the page number in current layout tree that should be navigated to.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Viewer Class
Viewer Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum