Overload | Description |
---|---|
ExecuteAction(DesignerAction) | Executes the specified DesignerAction command within the designer environment. |
ExecuteAction(DesignerAction,Object) | Executes the specified DesignerAction command with an optional parameter. This method can be utilized when implementing custom toolbars or menus within the designer environment. It enables the execution of report actions in response to user interactions with toolbar or menu items. |