ActiveReports 12
ExecuteAction(DesignerAction,Object) Method

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

Parameters

action
DesignerAction
parameter
parameter
See Also

Reference

Designer Class
Designer Members
Overload List