Back to Devexpress

CrossTabGroupFieldBase.GroupIntervalNumericRange Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-crosstabgroupfieldbase-b0b43826.md

latest2.2 KB
Original Source

CrossTabGroupFieldBase.GroupIntervalNumericRange Property

Specifies the interval length when numeric values are grouped.

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(10)]
[SRCategory(ReportStringId.CatData)]
public int GroupIntervalNumericRange { get; set; }
vb
<DefaultValue(10)>
<SRCategory(ReportStringId.CatData)>
Public Property GroupIntervalNumericRange As Integer

Property Value

TypeDefaultDescription
Int3210

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

CrossTabGroupFieldBase Class

CrossTabGroupFieldBase Members

DevExpress.XtraReports.UI.CrossTab Namespace