ActiveReports 12
Add Method (AnnotationCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationCollection Class : Add Method
The annotation object to be added.
Adds an annotation to the end of the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal annotation As Annotation _
) 
public void Add( 
   Annotation annotation
)

Parameters

annotation
The annotation object to be added.
See Also

Reference

AnnotationCollection Class
AnnotationCollection Members