Enumeração SortOrder
Indicates the direction of a sort operation.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Enumeration SortOrder
public enum SortOrder
public enum class SortOrder
type SortOrder
public enum SortOrder
Membros
Nome do membro | Descrição | |
---|---|---|
Ascending | Indicates an ascending sort. | |
Descending | Indicates a descending sort. |
Comentários
Used by by the Sort event.