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

In This Topic
    ExecuteAction(DesignerAction) 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 _
    ) 
    public void ExecuteAction( 
       DesignerAction action
    )

    Parameters

    action
    DesignerAction
    See Also