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
ms163608.protfield(en-US,SQL.90).gif m_customProperties  (inherited from Group )
ms163608.protfield(en-US,SQL.90).gif m_ownerItem  (inherited from Group )
ms163608.protfield(en-US,SQL.90).gif m_uniqueName  (inherited from Group )

Top

Public Properties

  Name Description
ms163608.pubproperty(en-US,SQL.90).gif Custom  Gets the custom data associated with this grouping. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif CustomProperties Overridden. Returns custom properties for the table group.
ms163608.pubproperty(en-US,SQL.90).gif DataCollectionName  Gets the name to use for the data element for the collection of all instances of this group. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif DataElementName  Gets the name to use for the data element for instances of this group. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif DataElementOutput  Indicates whether the group should appear in a data rendering. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif DetailRows Gets detail rows, if there are no subgroups.
ms163608.pubproperty(en-US,SQL.90).gif GroupFooter Gets the footer of the group.
ms163608.pubproperty(en-US,SQL.90).gif GroupHeader Gets the header of the group.
ms163608.pubproperty(en-US,SQL.90).gif HasToggle  Indicates that a toggle item is defined for this object. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif Hidden Overridden. Gets a value that indicates whether the item is hidden.
ms163608.pubproperty(en-US,SQL.90).gif ID Overridden. Gets the identifier for the report item.
ms163608.pubproperty(en-US,SQL.90).gif InDocumentMap Gets a value that indicates whether this item may appear in the document map.
ms163608.pubproperty(en-US,SQL.90).gif 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)
ms163608.pubproperty(en-US,SQL.90).gif Label Overridden. Gets the label of the grouping for the document map.
ms163608.pubproperty(en-US,SQL.90).gif Name  Gets the name of the grouping. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif PageBreakAtEnd Overridden. Indicates whether the page should break at the end of the group.
ms163608.pubproperty(en-US,SQL.90).gif PageBreakAtStart Overridden. Gets a value that indicates whether the page should break at the start of the group.
ms163608.pubproperty(en-US,SQL.90).gif Parent Gets the parent table group, if any.
ms163608.pubproperty(en-US,SQL.90).gif SharedHidden  Gets a SharedHiddenState enumeration indicating the hidden property of the group. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif SubGroups Gets any groups within this group.
ms163608.pubproperty(en-US,SQL.90).gif ToggleItem  Returns the name of the toggle item for this object. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif ToggleParent  Gets the item in the report that controls the toggling of the current report item. (inherited from Group)
ms163608.pubproperty(en-US,SQL.90).gif 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
ms163608.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms163608.pubmethod(en-US,SQL.90).gif GetDetailsOnThisPage Determines which detail rows should appear on a given page, based on soft page breaks.
ms163608.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms163608.pubmethod(en-US,SQL.90).gif GetSubGroupsOnPage Determines which subgroup instances should appear on a given page, based on soft page breaks.
ms163608.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms163608.pubmethod(en-US,SQL.90).gif IsGroupOnThisPage Indicates whether a specific subgroup instance appears on a given page, based on soft page breaks.
ms163608.pubmethod(en-US,SQL.90).gifms163608.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms163608.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms163608.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms163608.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

TableGroup Class
Microsoft.ReportingServices.ReportRendering Namespace