Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public abstract SortProperty[] GetSorting()

Returns

Type Description
SortProperty[]

An array of SortProperty objects which specify data sorting.

See Also