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

CrossTabGroupFieldBase.GroupIntervalNumericRange Property

Specifies the interval length when numeric values are grouped.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue(10)]
[SRCategory(ReportStringId.CatData)]
public int GroupIntervalNumericRange { get; set; }

#Property Value

Type Default Description
Int32 10

Specifies the interval length.

#Remarks

The Cross Tab does not group values of column and row fields and displays all their unique values. The following image illustrates the Cross Tab that displays unique order IDs.

To combine numeric field values into bigger categories, set the GroupInterval property to Numeric and use the GroupIntervalNumericRange property to specify the interval length. For instance, set the range to 100 to group records by 100 orders.

Use the GroupInterval property to group date-time and string values.

See Also