Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReportParametersObjectBase.GetSorting() Method

Returns the list of properties rules used to sort data displayed in a report.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v21.2.dll

Declaration

public abstract SortProperty[] GetSorting()

Returns

Type Description
SortProperty[]

An array of SortProperty objects which specify data sorting.

See Also