alexa

    Show / Hide Table of Contents

    Enum SortOrder

    Represents the values that specify how the data should be sorted.

    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public enum SortOrder

    Fields

    Name Description
    ASC

    Data are sorted in ascending order.

    BASC

    Data are sorted in break hierarchy with ascending order.

    BDESC

    Data are sorted in break hierarchy with descending order.

    DESC

    Data are sorted in descending order.

    Back to top Generated by DocFX