ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IBandedList Interface / Groups Property

In This Topic
Groups Property (IBandedList)
In This Topic
Gets a collection of groups for this instance of GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.
Syntax
'Declaration
 
ReadOnly Property Groups As IItemCollection(Of IBandedListGroup)
 

Property Value

An IItemCollection<T> representing the collection of groups.
See Also