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

CrossTabDataField.SummaryDisplayType Property

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

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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