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

XRGroupSortingSummary.FieldName Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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