The Group type exposes the following members.

Constructors

  Name Description
Public method Group
Initializes a new instance of the Group class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another Group to the current object.

Properties

  Name Description
Public property DataElementName
Gets or sets the name to use for the data element for instances of this group. Default (if not specified): Name of the group. Must be a CLS-compliant identifier.
Public property DataElementOutput
Gets or sets value indicating whether the instances of the group should appear in a data rendering.
Public property DocumentMapLabel
Gets or sets a label to identify an instance of the group in the client UI (to provide a user-friendly label for searching).
Public property Expressions
Gets the expressions by which to group the data. If empty, this is a detail group (that is, there is one instance of the group per detail row of data).
Public property Filters
Gets Filters collection containing filters to apply to each instance of the group.
Public property Name
Gets or sets name of the Group. No two group elements may have the same name. No group element may have the same name as a data set or a data region.
Public property PageBreak
Gets PageBreak object defining page break behavior for this group.
Public property Parent
Gets or sets an expression that identifies the parent group in a recursive hierarchy.
Public property Variables
Gets Variables collection containing a set of variables to evaluate at the group level.

See Also