ReportParametersObjectBase.GetSorting() Method
In This Article
Returns the list of properties rules used to sort data displayed in a report.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public abstract SortProperty[] GetSorting()
#Returns
Type | Description |
---|---|
Sort |
An array of Sort |
See Also