ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / Annotation Class / Annotation Constructor

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

    Parameters

    border
    See Also