ReportOrderType Enumeration

Report sorting type.

Definition

Namespace: Aliquo.Core.Configuration
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public enum ReportOrderType

Members

Ascending0 Ascending type.
Descending1 Descending type.
Original2 Original type.

See Also