Group Class
Updated: February 25, 2016
Represents a data group.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | DataElementName | The name to use for the data element for instances of this group. |
![]() | DataElementOutput | Indicates whether the instances of the group should appear in a data rendering. |
![]() | DocumentMapLabel | A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching). |
![]() | GroupExpressions | The expressions by which to group the data. |
![]() | ID | Gets the unique identifier for this report definition object. |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | IsRecursive | Gets a value that indicates whether this group is recursive. |
![]() | Name | Name of the group. |
![]() | PageBreak | Defines PageBreak behavior for this group. |
![]() | PageName | Gets the page name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

