ActiveReports Developer 7
EndInvoke Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : EndInvoke Method

asyncResult

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function EndInvoke( _
   ByVal asyncResult As System.IAsyncResult _
) As System.Object
C# 
public System.object EndInvoke( 
   System.IAsyncResult asyncResult
)

Parameters

asyncResult

See Also