PdfRpt.AggregateProvider.AggregateProvider C# (CSharp) Method

AggregateProvider() public method

Predefined aggregate functions provider
public AggregateProvider ( AggregateFunction aggregateFunction ) : System
aggregateFunction AggregateFunction A set of a predefined aggregate functions.
return System
        public AggregateProvider(AggregateFunction aggregateFunction)
        {
            initializeFunction(aggregateFunction);
        }