Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue("")]
public virtual string FieldName { get; set; }

#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