The Group type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another Group to the current object.
|
Properties
Name | Description | |
---|---|---|
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.
|
|
DataElementOutput |
Gets or sets value indicating
whether the instances of the group should appear in a data rendering.
|
|
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).
|
|
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).
|
|
Filters |
Gets Filters collection containing
filters to apply to each instance of the group.
|
|
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.
|
|
PageBreak |
Gets PageBreak object defining page break behavior for this group.
|
|
Parent |
Gets or sets an expression that identifies the parent group in a recursive hierarchy.
|
|
Variables |
Gets Variables collection
containing a set of variables to evaluate at the group level.
|