'Declaration Public Function GetGroups() As ReadOnlyCollection(Of Group)
public ReadOnlyCollection<Group> GetGroups()
'Declaration Public Function GetGroups() As ReadOnlyCollection(Of Group)
public ReadOnlyCollection<Group> GetGroups()
' change the name of the first group of tools in the default End User Report Designer Toolbox arToolbox.GetGroups()(0).Text = "ARTools"
// change the name of the first group of tools in the default End User Report Designer Toolbox arToolbox.GetGroups()[0].Text = "ARTools";