Skip to main content
A newer version of this page is available. .

GroupField(String, XRColumnSortOrder) Constructor

Initializes a new instance of the GroupField class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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