ActiveReports Developer 7
ExecuteAction(DesignerAction) Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : ExecuteAction(DesignerAction) Method

action
DesignerAction

Glossary Item Box

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

Visual Basic (Declaration) 
Public Sub ExecuteAction( _
   ByVal action As DesignerAction _
) 
C# 
public void ExecuteAction( 
   DesignerAction action
)

Parameters

action
DesignerAction

See Also