GroupField(String) Constructor
Initializes a new instance of the GroupField class.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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