TableGroup Members
Represents a group in a table and contains the header and footer for the group. There is only one TableGroup instance for each item that you group by in the table. This class cannot be inherited.
The following tables list the members exposed by the TableGroup type.
Protected Fields
Name | Description | |
---|---|---|
m_customProperties | (inherited from Group ) | |
m_ownerItem | (inherited from Group ) | |
m_uniqueName | (inherited from Group ) |
Top
Public Properties
Name | Description | |
---|---|---|
Custom | Gets the custom data associated with this grouping. (inherited from Group) | |
CustomProperties | Overridden. Returns custom properties for the table group. | |
DataCollectionName | Gets the name to use for the data element for the collection of all instances of this group. (inherited from Group) | |
DataElementName | Gets the name to use for the data element for instances of this group. (inherited from Group) | |
DataElementOutput | Indicates whether the group should appear in a data rendering. (inherited from Group) | |
DetailRows | Gets detail rows, if there are no subgroups. | |
GroupFooter | Gets the footer of the group. | |
GroupHeader | Gets the header of the group. | |
HasToggle | Indicates that a toggle item is defined for this object. (inherited from Group) | |
Hidden | Overridden. Gets a value that indicates whether the item is hidden. | |
ID | Overridden. Gets the identifier for the report item. | |
InDocumentMap | Gets a value that indicates whether this item may appear in the document map. | |
IsToggleChild | Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item. (inherited from Group) | |
Label | Overridden. Gets the label of the grouping for the document map. | |
Name | Gets the name of the grouping. (inherited from Group) | |
PageBreakAtEnd | Overridden. Indicates whether the page should break at the end of the group. | |
PageBreakAtStart | Overridden. Gets a value that indicates whether the page should break at the start of the group. | |
Parent | Gets the parent table group, if any. | |
SharedHidden | Gets a SharedHiddenState enumeration indicating the hidden property of the group. (inherited from Group) | |
SubGroups | Gets any groups within this group. | |
ToggleItem | Returns the name of the toggle item for this object. (inherited from Group) | |
ToggleParent | Gets the item in the report that controls the toggling of the current report item. (inherited from Group) | |
UniqueName | Gets a name that uniquely identifies this group across the entire report. (inherited from Group) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetDetailsOnThisPage | Determines which detail rows should appear on a given page, based on soft page breaks. | |
GetHashCode | (inherited from Object ) | |
GetSubGroupsOnPage | Determines which subgroup instances should appear on a given page, based on soft page breaks. | |
GetType | (inherited from Object ) | |
IsGroupOnThisPage | Indicates whether a specific subgroup instance appears on a given page, based on soft page breaks. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
TableGroup Class
Microsoft.ReportingServices.ReportRendering Namespace