ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Refresh Method
The annotation whose display will be updated

In This Topic
    Refresh Method (AnnotationCollection)
    In This Topic
    Updates the annotation display.
    Syntax
    'Declaration
     
    Public Sub Refresh( _
       ByVal annotation As Annotation _
    ) 
    public void Refresh( 
       Annotation annotation
    )

    Parameters

    annotation
    The annotation whose display will be updated
    See Also