Represents a set of expressions that determine the grouping of data in a data-bound object in a C1PrintDocument (see Grouping).

When the document generates, a new group is created if at least one expression in the Expressions collection evaluates to a different value.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class Grouping
Visual Basic
Public Class Grouping

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.DataBinding..::..Grouping

See Also