ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Add Method
The annotation that will be added to the collection.

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 that will be added to the collection.
    See Also