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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Returns
Type | Description |
---|---|
SortProperty[] | An array of SortProperty objects which specify data sorting. |
See Also