ActiveReports.Viewer3 Request technical support
Refresh Method
See Also 


annotation
The annotation object to be refreshed.
Forces an annotation to refresh its display.

Syntax

Visual Basic (Declaration) 
Public Sub Refresh( _
   ByVal annotation As Annotation _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnotationCollection
Dim annotation As Annotation
 
instance.Refresh(annotation)
C# 
public void Refresh( 
   Annotation annotation
)

Parameters

annotation
The annotation object to be refreshed.

See Also