ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / GetGroups Method

In This Topic
    GetGroups Method
    In This Topic
    Returns readonly wrapper under groups collection.
    Syntax
    'Declaration
     
    Public Function GetGroups() As ReadOnlyCollection(Of Group)
    public ReadOnlyCollection<Group> GetGroups()
    See Also