ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationCollection Class : Remove Method

annotation
The annotation object to be removed.

Glossary Item Box

Removes an annotation from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal annotation As Annotation _
) 
C# 
public void Remove( 
   Annotation annotation
)

Parameters

annotation
The annotation object to be removed.

See Also