Show / Hide Table of Contents

Enum MatrixAggregateFunction

Specifies the aggregate function used in the MatrixObject.

Namespace: FastReport.Matrix
Assembly: FastReport.OpenSource.dll
Syntax
public enum MatrixAggregateFunction

Fields

Name Description
Avg

Specifies the average of values.

Count

Specifies the count of values.

Custom

Specifies the custom function.

Max

Specifies the maximum of values.

Min

Specifies the minimum of values.

None

No aggregates are used.

Sum

Specifies the sum of values.

Back to top Generated by DocFX