Search Results for

    Show / Hide Table of Contents

    Class TopNInfo

    Stores the TopN settings of the matrix header item.

    Inheritance
    System.Object
    TopNInfo
    Namespace: FastReport.AdvMatrix
    Assembly: FastReport.dll
    Syntax
    public class TopNInfo

    Properties

    Count

    Gets or sets the TopN count. 0 means no TopN grouping will be performed.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Others

    Gets the properties of Others item.

    Declaration
    public TopNInfo.ItemInfo Others { get; }
    Property Value
    Type Description
    TopNInfo.ItemInfo

    OthersTotal

    Gets the properties of Others total item.

    Declaration
    public TopNInfo.ItemInfo OthersTotal { get; }
    Property Value
    Type Description
    TopNInfo.ItemInfo

    Total

    Gets the properties of TopN total item.

    Declaration
    public TopNInfo.ItemInfo Total { get; }
    Property Value
    Type Description
    TopNInfo.ItemInfo
    Back to top © 1998-2025 Copyright Fast Reports Inc.