GroupCollection class represents a collection of the Group objects.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class GroupCollection : IEnumerable, 
	ICollection
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class GroupCollection _
	Implements IEnumerable, ICollection

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..GroupCollection

See Also