ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Remove Method
The annotation.

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.
    See Also