SortOrder Enumeration
Indicates the direction of a sort operation.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Enumeration SortOrder
'Usage
Dim instance As SortOrder
public enum SortOrder
public enum class SortOrder
public enum SortOrder
public enum SortOrder
Members
Member name | Description | |
---|---|---|
Ascending | Indicates an ascending sort. | |
Descending | Indicates a descending sort. |
Remarks
Used by the Sort event.