| Visual Basic (Declaration) | |
|---|---|
Public Sub ExecuteAction( _ ByVal action As DesignerAction _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ExecuteAction( DesignerAction action ) | |
Parameters
- action
- Designer action types. A valid action setting.
| C# | Copy Code |
|---|---|
private void mnuLoadLayout_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub mnuLoadLayout_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuLoadLayout.Click | |
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.