ActiveReports 13
Invoke(Delegate) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class > Invoke Method : Invoke(Delegate) Method
A delegate that contains a method to be called in the control's thread context.
Executes the specified delegate on the thread that owns the control's underlying window handle.
Syntax
'Declaration
 
Public Overloads Function Invoke( _
   ByVal method As Delegate _
) As Object
public object Invoke( 
   Delegate method
)

Parameters

method
A delegate that contains a method to be called in the control's thread context.

Return Value

The return value from the delegate being invoked, or null if the delegate has no return value.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members
Overload List