Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / Func Property

In This Topic
    Func Property
    In This Topic
    Gets or sets the function (min, max, average and so on) calculated by the current aggregate.
    Syntax
    'Declaration
     
    Public Property Func As AggregateFuncEnum
    public AggregateFuncEnum Func {get; set;}
    Remarks
    The default value of this property is AggregateFuncEnum.Sum.
    See Also