ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class / GroupExpressions Property

In This Topic
    GroupExpressions Property
    In This Topic

    Gets a set of expressions by which to group the data.

    Syntax
    'Declaration
     
    Public ReadOnly Property GroupExpressions As GrapeCity.Enterprise.Data.Expressions.ExpressionInfoCollection
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfoCollection GroupExpressions {get;}

    Property Value

    An ExpressionInfoCollection object by which to group the data.

    See Also