Gets or sets the text of the current RenderField object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	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