ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationLine Class / Text Property

In This Topic
    Text Property (AnnotationLine)
    In This Topic
    Gets or sets the text of an AnnotationLine object.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also