Gets or sets a value indicating whether the Text property should be interpreted as a literal value or as a calculated expression.

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

Syntax

C#
public bool Calculated { get; set; }
Visual Basic
Public Property Calculated As Boolean
	Get
	Set

Remarks

If this property is set to false, the value of the Text property is inserted in the document without any further processing.

If this property is set to true, the value of the Text property is evaluated as a script expression and the result of the expression is inserted in the document.

See Also