[This is preliminary documentation and is subject to change.]
The report sort order enumerated type
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum ReportSortOrder |
Visual Basic (Declaration) |
---|
Public Enumeration ReportSortOrder |
Visual C++ |
---|
public enum class ReportSortOrder |
Members
Member name | Description | |
---|---|---|
None |
The default
| |
OriginalOrder |
The original order
| |
Ascending |
The ascending order
| |
Descending |
The descending order
|