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

In This Topic
    TextLength Property (RenderText)
    In This Topic
    Gets the length of the string returned by the Text property.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property TextLength As System.Integer
    public override System.int TextLength {get;}
    See Also