ActiveReports 12
Invoke(Delegate) Method

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer 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

Viewer Class
Viewer Members
Overload List