FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / TextField Class / Text Property

In This Topic
    Text Property (TextField)
    In This Topic
    Gets or sets a ScriptObjectValue yielding the text of the field.
    Syntax
    'Declaration
     
    Public Property Text As ScriptObjectValue
    public ScriptObjectValue Text {get; set;}
    See Also