ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / Annotation Class / Annotation Constructor
Boundary around the Annotations object

In This Topic
    Annotation Constructor
    In This Topic
    Constructor for the annotation object
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal border As Border _
    )
    public Annotation( 
       Border border
    )

    Parameters

    border
    Boundary around the Annotations object
    See Also