Gets the collection of expressions defining the data grouping. When the document generates, a new group starts if at least one expression in this collection evaluates to a different value.

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

Syntax

C#
public ExpressionCollection Expressions { get; }
Visual Basic
Public ReadOnly Property Expressions As ExpressionCollection
	Get

See Also