ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Add Method
The annotation object to be added.

In This Topic
    Add Method (AnnotationCollection)
    In This Topic
    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