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

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

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