Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupField(String, XRColumnSortOrder) Constructor

Initializes a new instance of the GroupField class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public GroupField(
    string fieldName,
    XRColumnSortOrder sortOrder
)

#Parameters

Name Type Description
fieldName String

A string containing one of the data source‘s field names that is used as the criterion for creating groups in a report.

sortOrder XRColumnSortOrder

The ColumnSortOrder enumeration that determines the sort order of records in the dataset received from the primary data source.

#Remarks

A data source is an object set by the XtraReportBase.DataSource property.

See Also