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

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

Remarks

The Expression property can be used to get the Expression object.

See Also