ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Refresh Method
Is the annotation that will be refreshed.

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

    Parameters

    annotation
    Is the annotation that will be refreshed.
    See Also