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

In This Topic
    Remove Method (AnnotationCollection)
    In This Topic
    Removes an annotation from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal annotation As Annotation _
    ) 
    public void Remove( 
       Annotation annotation
    )

    Parameters

    annotation
    The annotation object to be removed.
    See Also