Indicates the direction of a sort operation.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public Enumeration SortOrder
Dim instance As SortOrder
public enum class SortOrder

Members
| | Member name | Description |
|---|
| Ascending | |
| Descending | |

Remarks
Used by by the Sort event.

See Also