ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ExecuteAction Method / ExecuteAction(DesignerAction,Object) Method
DesignerAction
parameter

In This Topic
    ExecuteAction(DesignerAction,Object) Method
    In This Topic
    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