Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Group Class / Expressions Property

In This Topic
    Expressions Property (Group)
    In This Topic
    Gets the expressions by which to group the data. If empty, this is a detail group (that is, there is one instance of the group per detail row of data).
    Syntax
    'Declaration
     
    Public ReadOnly Property Expressions As Values
    public Values Expressions {get;}
    See Also