Skip to main content
All docs
V25.1
  • 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.v25.1.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