Gets or sets the function (min, max, average and so on) calculated by the current aggregate.

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

Syntax

C#
public AggregateFuncEnum Func { get; set; }
Visual Basic
Public Property Func As AggregateFuncEnum
	Get
	Set

Remarks

The default value of this property is Sum.

See Also