Group Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a group level from the report definition.
public ref class Group abstract
public abstract class Group
type Group = class
Public MustInherit Class Group
- Inheritance
-
Group
- Derived
Fields
m_customProperties |
Specifies a group of custom properties. |
m_ownerItem |
Specifies a group of owner item. |
m_uniqueName |
Specifies a group of unique name. |
Properties
Custom |
Gets the custom data associated with this grouping. |
CustomProperties |
Returns a collection of custom properties for the group. |
DataCollectionName |
Gets the name to use for the data element for the collection of all instances of this group. |
DataElementName |
Gets the name to use for the data element for instances of this group. |
DataElementOutput |
Indicates whether the group should appear in a data rendering. |
HasToggle |
Gets a value that indicates that a toggle item is defined for this object. |
Hidden |
Gets a value that indicates whether the item is hidden. |
ID |
Gets the identifier for the report item. |
IsToggleChild |
Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item. |
Label |
Gets the label of the grouping for the document map. |
Name |
Gets the name of the grouping. |
PageBreakAtEnd |
Gets a value that indicates whether the page should break at the end of the group. |
PageBreakAtStart |
Gets a value that indicates whether the page should break at the start of the group. |
SharedHidden |
Gets a SharedHiddenState enumeration indicating the hidden property of the group. |
ToggleItem |
Returns the name of the toggle item for this object. |
UniqueName |
Gets a name that uniquely identifies this group across the entire report. |