Report |
The ReportGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportGroup | Initializes a new instance of the ReportGroup class. |
| Name | Description | |
|---|---|---|
| BodyBackgroundPalette | Gets the collection of brushes to apply in sequence as the background for each item. | |
| BodyTemplate | Gets or sets the template for the group's repeating items. | |
| DescendantGroups | Gets all descendant groups of this group in depth-first traversal order. | |
| DescendantGroupsAndSelf | Gets this group and all descendant groups of this group in depth-first traversal order. | |
| FooterTemplate | Gets or sets the template for the footer displayed after the group's repeating items. | |
| GroupingElements | Gets the collection of elements that are used for grouping. | |
| GroupingHierarchies |
Gets the hierarchies used for grouping.
Obsolete | |
| Groups | Gets the collection of child groups. | |
| HeaderTemplate | Gets or sets the template for the header displayed before the group's repeating items. | |
| Id | Gets or sets the unique identifier for the group. | |
| IsCollapsed | Gets or sets a value indicating whether this group is initially shown in its collapsed state. | |
| IsWrapped | Gets or sets a value indicating whether items are wrapped if the maximum width is exceeded. This applicable when the orientation is horizontal. | |
| MaximumWidth | Gets or sets the maximum width a row can be before items are wrapped. A row will always show a minimum of 1 item. | |
| MetricSetBinding | Gets or sets the binding. | |
| Orientation | Gets or sets the orientation of the items. | |
| ParentGroup | Gets or sets the parent group. | |
| ParentGroups | Gets all the parent groups of this group in top-down order. | |
| ParentGroupsAndSelf | Gets this group and all the parent groups of this group in top-down order. | |
| SeparatorLines | Gets the collection of separator lines to draw. |