Skip to main content

XRGroupSortingSummary.FieldName Property

Specifies the data field, for which the summary function is calculated.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public string FieldName { get; set; }

Property Value

Type Description
String

A String value, specifying the data field name.

Remarks

To learn more, see Grouping and Sorting a Report’s Data.

See Also