Back to Devexpress

GroupHeaderBand.SortingSummary Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupheaderband-08ab9b2c.md

latest2.5 KB
Original Source

GroupHeaderBand.SortingSummary Property

Specifies the sorting options for report groups.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
[SRCategory(ReportStringId.CatBehavior)]
public XRGroupSortingSummary SortingSummary { get; set; }
vb
<Browsable(True)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property SortingSummary As XRGroupSortingSummary

Property Value

TypeDescription
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

Group and Sort the Report Data

Sort Groups by the Result of a Summary Function

GroupHeaderBand Class

GroupHeaderBand Members

DevExpress.XtraReports.UI Namespace