Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the direction of a sort operation.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public enum SortOrder
public enum class SortOrder
type SortOrder
Public Enumeration SortOrder
Members
| Member name | Description | |
|---|---|---|
| Ascending | Indicates an ascending sort. |
|
| Descending | Indicates a descending sort. |
Remarks
Used by by the Sort event.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top