GroupHeaderBand.SortingSummary Property
Specifies the sorting options for report groups.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Browsable(true)]
[SRCategory(ReportStringId.CatBehavior)]
public XRGroupSortingSummary SortingSummary { get; set; }
Property Value
Type | Description |
---|---|
XRGroupSortingSummary | An XRGroupSortingSummary object, that contains the sorting options for groups. |
Remarks
An XRGroupSortingSummary object exposes options that define the summary function, against whose result the report’s groups will be sorted, the data field that is used to calculate the summary, the sort order, and other options for sorting groups.
To learn more, see Grouping and Sorting a Report’s Data.
Step-by-step tutorials are available at Sorting Groups by a Summary Function’s Result.
See Also