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

method

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function BeginInvoke( _
   ByVal method As System.Delegate _
) As System.IAsyncResult
C# 
public System.IAsyncResult BeginInvoke( 
   System.Delegate method
)

Parameters

method

See Also