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

In This Topic
    HasText Property (RenderParagraph)
    In This Topic
    Gets a value indicating whether the Content collection has been initialized and contains one or more elements.

    This property is an alias for the HasContent property.

    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property HasText As System.Boolean
    public override System.bool HasText {get;}
    See Also