ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Remove Method
The annotation that will be removed from the collection.

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

    Parameters

    annotation
    The annotation that will be removed from the collection.
    See Also