ActiveReports 8
ExecuteAction(DesignerAction) Method
See Also 
GrapeCity.ActiveReports.Design.Win.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also