Class SortOrder
Represents the values that specify how the data should be sorted.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class SortOrder : Enum
Fields
ASC
Data are sorted in ascending order.
Declaration
public const SortOrder ASC
Field Value
Type |
---|
SortOrder |
BASC
Data are sorted in break hierarchy with ascending order.
Declaration
public const SortOrder BASC
Field Value
Type |
---|
SortOrder |
BDESC
Data are sorted in break hierarchy with descending order.
Declaration
public const SortOrder BDESC
Field Value
Type |
---|
SortOrder |
DESC
Data are sorted in descending order.
Declaration
public const SortOrder DESC
Field Value
Type |
---|
SortOrder |