Object used to sort and group report data.

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

Syntax

C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("9D15A1DF-E086-4b7f-9729-C330205FDEAA")]
[DefaultPropertyAttribute("GroupBy")]
public class Group
Visual Basic
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<GuidAttribute("9D15A1DF-E086-4b7f-9729-C330205FDEAA")> _
<DefaultPropertyAttribute("GroupBy")> _
Public Class Group

Remarks

Each Group has a Header section and a Footer section that can be used to display aggregate information for the group.

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..Group

See Also