| Visual Basic (Declaration) | |
|---|---|
Public Function GetGroups() As System.Collections.ObjectModel.ReadOnlyCollection(Of Group) | |
| C# | |
|---|---|
public System.Collections.ObjectModel.ReadOnlyCollection<Group> GetGroups() | |
| Visual Basic | Copy Code |
|---|---|
' change the name of the first group of tools in the default End User Report Designer Toolbox arToolbox.GetGroups()(0).Text = "ARTools" | |
| C# | Copy Code |
|---|---|
// change the name of the first group of tools in the default End User Report Designer Toolbox arToolbox.GetGroups()[0].Text = "ARTools"; | |