Search Results for

    Show / Hide Table of Contents

    Enum MatrixAggregateFunction

    Specifies the aggregate function used in the MatrixObject.

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

    Fields

    Name Description
    Avg

    Specifies the average of values.

    Count

    Specifies the count of values.

    CountDistinct

    Specifies the count of distinct 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 © 1998-2025 Copyright Fast Reports Inc.