Skip to main content
All docs
V25.1
  • CrossTabGroupFieldBase.GroupIntervalNumericRange Property

    Specifies the interval length when numeric values are grouped.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.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