Partilhar via


Propriedade SortEventArgs.SortDirection

Gets an enumeration value that indicates the direction of the sort.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property SortDirection As SortOrder
public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
    SortOrder get ();
}
member SortDirection : SortOrder with get
function get SortDirection () : SortOrder

Valor de propriedade

Tipo: Microsoft.Reporting.WinForms.SortOrder
A SortOrder enumeration value that indicates the direction of the sort.

Comentários

The default value is None.

Consulte também

Referência

SortEventArgs Classe

Namespace Microsoft.Reporting.WinForms