Gets the value of the current aggregate, calculating it if it has not been calculated yet (the calculated value is cached).

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

Syntax

C#
public Object Value { get; }
Visual Basic
Public ReadOnly Property Value As Object
	Get

See Also