GroupField(String, XRColumnSortOrder) 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 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