ActiveReports 8
ExecuteAction(DesignerAction) Method

DesignerAction
Executes a specified DesignerAction command. This method can be used when implementing a custom toolbar or menu. This method will perform the report actions in response to the toolbar or menu items.
Syntax
'Declaration
 
Public Sub ExecuteAction( _
   ByVal action As DesignerAction _
) 
public void ExecuteAction( 
   DesignerAction action
)

Parameters

action
DesignerAction
See Also

Reference

Designer Class
Designer Members

Support Forum