ActiveReports 12
Remove Method (AnnotationCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationCollection Class : Remove Method
The annotation object to be removed.
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

Reference

AnnotationCollection Class
AnnotationCollection Members