ActiveReports 9
ExecuteAction(DesignerAction,Object) Method

DesignerAction
parameter
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, _
   ByVal parameter As System.Object _
) 
public void ExecuteAction( 
   DesignerAction action,
   System.object parameter
)

Parameters

action
DesignerAction
parameter
parameter
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