FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / ParagraphText Class / Text Property

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