ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Refresh Method
The annotation object to be refreshed.

In This Topic
    Refresh Method (AnnotationCollection)
    In This Topic
    Forces an annotation to refresh its display.
    Syntax
    'Declaration
     
    Public Sub Refresh( _
       ByVal annotation As Annotation _
    ) 
    public void Refresh( 
       Annotation annotation
    )

    Parameters

    annotation
    The annotation object to be refreshed.
    See Also