Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / Text Property

In This Topic
    Text Property (RenderField)
    In This Topic
    Gets or sets the text of the current RenderField object.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    Remarks

    This property contains the text that will be rendered on the document.

    Depending on the value of the Calculated property, this text may be rendered literally (as is, without any translation), or as a script expression.

    See Also