ActiveReports.Chart Request technical support
Invoke(Delegate) Method
See Also 


method

Syntax

Visual Basic (Declaration) 
Overloads Public Function Invoke( _
   ByVal method As Delegate _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim method As Delegate
Dim value As Object
 
value = instance.Invoke(method)
C# 
public object Invoke( 
   Delegate method
)

Parameters

method

See Also