Gets 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 Expression Expression { get; }
Visual Basic
Public ReadOnly Property Expression As Expression
	Get

Remarks

Use the ExpressionText property to set the expression.

See Also