Skip to main content

GroupField(String) Constructor

Initializes a new instance of the GroupField class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public GroupField(
    string fieldName
)

Parameters

Name Type Description
fieldName String

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

Remarks

The report’s data source is determined by the XtraReportBase.DataSource property.

See Also