Skip to main content
All docs
V25.1
  • CrossTabDataField.SummaryDisplayType Property

    Specifies how to display summary values calculated against a data field.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue(SummaryDisplayType.Default)]
    [SRCategory(ReportStringId.CatData)]
    public SummaryDisplayType SummaryDisplayType { get; set; }

    Property Value

    Type Default Description
    SummaryDisplayType Default

    The summary display type.

    Remarks

    The Cross Tab summarizes values of data fields and displays the results “as is” at the intersection of the corresponding row and column.

    Use the SummaryDisplayType property to display results not “as is”, but in correlation with other cells. To access this property at design time, select a cell bound to the corresponding data field and switch to the Properties window.

    The cell’s TextFormatString property allows you to format data accordingly.

    Use the SummaryType property to change the summary function to calculate.

    See Also