Represents a group level from the report definition. It is the parent class of MatrixMember for a matrix, the parent of a TableGroup for a table, and the parent for ListContent for a list.
The following tables list the members exposed by the Group type.
Protected Fields
| 名称 | Description | |
|---|---|---|
| .gif) | m_customProperties | |
| .gif) | m_ownerItem | |
| .gif) | m_uniqueName | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Custom | Gets the custom data associated with this grouping. | 
| .gif) | CustomProperties | Returns a collection of custom properties for the group. | 
| .gif) | DataCollectionName | Gets the name to use for the data element for the collection of all instances of this group. | 
| .gif) | DataElementName | Gets the name to use for the data element for instances of this group. | 
| .gif) | DataElementOutput | Indicates whether the group should appear in a data rendering. | 
| .gif) | HasToggle | Indicates that a toggle item is defined for this object. | 
| .gif) | Hidden | Indicates whether the item is hidden. | 
| .gif) | ID | Gets the identifier for the report item. | 
| .gif) | IsToggleChild | Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item. | 
| .gif) | Label | Gets the label of the grouping for the document map. | 
| .gif) | Name | Gets the name of the grouping. | 
| .gif) | PageBreakAtEnd | Indicates whether the page should break at the end of the group. | 
| .gif) | PageBreakAtStart | Indicates whether the page should break at the start of the group. | 
| .gif) | SharedHidden | Gets a SharedHiddenState enumeration indicating the hidden property of the group. | 
| .gif) | ToggleItem | Returns the name of the toggle item for this object. | 
| .gif) | ToggleParent | Gets the item in the report that controls the toggling of the current report item. | 
| .gif) | UniqueName | Gets a name that uniquely identifies this group across the entire report. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
Group Class
Microsoft.ReportingServices.ReportRendering Namespace