Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Grouping Class / Expressions Property

In This Topic
    Expressions Property (Grouping)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property Expressions As ExpressionCollection
    public ExpressionCollection Expressions {get;}
    See Also