ActiveReports Developer 7
Groups Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : Groups Property

Glossary Item Box

Returns groups collection.

Syntax

Visual Basic (Declaration) 
Public Shadows ReadOnly Property Groups As System.Collections.Generic.IList(Of Group)
C# 
public new System.Collections.Generic.IList<Group> Groups {get;}

See Also