ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / QueryResult Class / groups Property

In This Topic
    groups Property (QueryResult)
    In This Topic
    Syntax
    'Declaration
     
    Public Property groups As List(Of IQueryGrouping)
    public List<IQueryGrouping> groups {get; set;}
    See Also