ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Add Method
The annotation that is added to the end of the collection.

In This Topic
    Add Method (AnnotationCollection)
    In This Topic
    The Add method 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 is added to the end of the collection.
    See Also