Partilhar via


Propriedade SortEventArgs.SortDirection

Gets an enumeration value indicating the direction of the sort.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.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.WebForms.SortOrder
A SortOrder enumeration value indicating the direction of the sort.

Comentários

The default value is none.

Consulte também

Referência

SortEventArgs Classe

Namespace Microsoft.Reporting.WebForms