ActiveReports 9
ExecuteAction(DesignerAction) Method

DesignerAction
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
'Declaration
 
Public Overloads Sub ExecuteAction( _
   ByVal action As DesignerAction _
) 
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

Reference

Designer Class
Designer Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum