ActiveReports 12
ExecuteAction(DesignerAction) Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class > ExecuteAction Method : 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 Overloads Sub ExecuteAction( _
   ByVal action As DesignerAction _
) 
public void ExecuteAction( 
   DesignerAction action
)

Parameters

action
DesignerAction
See Also

Reference

Designer Class
Designer Members
Overload List