Share via


Group Members

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

  Name Description
ms162269.protfield(en-US,SQL.90).gif m_customProperties  
ms162269.protfield(en-US,SQL.90).gif m_ownerItem  
ms162269.protfield(en-US,SQL.90).gif m_uniqueName  

Top

Public Properties

  Name Description
ms162269.pubproperty(en-US,SQL.90).gif Custom Gets the custom data associated with this grouping.
ms162269.pubproperty(en-US,SQL.90).gif CustomProperties Returns a collection of custom properties for the group.
ms162269.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.
ms162269.pubproperty(en-US,SQL.90).gif DataElementName Gets the name to use for the data element for instances of this group.
ms162269.pubproperty(en-US,SQL.90).gif DataElementOutput Indicates whether the group should appear in a data rendering.
ms162269.pubproperty(en-US,SQL.90).gif HasToggle Indicates that a toggle item is defined for this object.
ms162269.pubproperty(en-US,SQL.90).gif Hidden Indicates whether the item is hidden.
ms162269.pubproperty(en-US,SQL.90).gif ID Gets the identifier for the report item.
ms162269.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.
ms162269.pubproperty(en-US,SQL.90).gif Label Gets the label of the grouping for the document map.
ms162269.pubproperty(en-US,SQL.90).gif Name Gets the name of the grouping.
ms162269.pubproperty(en-US,SQL.90).gif PageBreakAtEnd Indicates whether the page should break at the end of the group.
ms162269.pubproperty(en-US,SQL.90).gif PageBreakAtStart Indicates whether the page should break at the start of the group.
ms162269.pubproperty(en-US,SQL.90).gif SharedHidden Gets a SharedHiddenState enumeration indicating the hidden property of the group.
ms162269.pubproperty(en-US,SQL.90).gif ToggleItem Returns the name of the toggle item for this object.
ms162269.pubproperty(en-US,SQL.90).gif ToggleParent Gets the item in the report that controls the toggling of the current report item.
ms162269.pubproperty(en-US,SQL.90).gif UniqueName Gets a name that uniquely identifies this group across the entire report.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms162269.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms162269.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms162269.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms162269.pubmethod(en-US,SQL.90).gifms162269.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms162269.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

Group Class
Microsoft.ReportingServices.ReportRendering Namespace