Gets or sets the text of the Expression used to calculate the value of the current field.

This is a shortcut to the Text property on the expression returned by Expression.

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

Syntax

C#
public string ExpressionText { get; set; }
Visual Basic
Public Property ExpressionText As String
	Get
	Set

See Also