ExecuteAction(DesignerAction,Object) Method
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.
Parameters
- action
- The DesignerAction to execute. This parameter specifies the action to be performed by the designer.
- parameter
- A parameter that can be passed to the action. This can be used to provide additional context or data required for the action's execution.