CrossTabFieldSortBySummaryInfo.FieldName Property
Specifies the name of the field whose summary values should define the order to display column or row field values.
Namespace: DevExpress.XtraReports.UI.CrossTab
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The field name. |
Remarks
You can set the FieldName to any field name contained in the Cross Tab’s data source. Use the SummaryType property to define which summary function to use in calculations.
See the CrossTabGroupFieldBase.SortBySummaryInfo property for more information.
See Also