ActiveReports Developer 7
Invoke(Delegate) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > Invoke Method : Invoke(Delegate) Method

method

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function Invoke( _
   ByVal method As System.Delegate _
) As System.Object
C# 
public System.object Invoke( 
   System.Delegate method
)

Parameters

method

See Also