ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphObject Class / TextLength Property

In This Topic
    TextLength Property (ParagraphObject)
    In This Topic
    Gets the length of the current paragraph object in characters. For non-text objects (ParagraphImage), this property returns 1.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextLength As System.Integer
    public System.int TextLength {get;}
    See Also