Partager via


Membres Group

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.

Le type Group expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_customProperties Infrastructure.
Champ protégé m_ownerItem Infrastructure.
Champ protégé m_uniqueName Infrastructure.

Haut de la page

Propriétés

  Nom Description
Propriété publique Custom Gets the custom data associated with this grouping.
Propriété publique CustomProperties Returns a collection of custom properties for the group.
Propriété publique DataCollectionName Gets the name to use for the data element for the collection of all instances of this group.
Propriété publique DataElementName Gets the name to use for the data element for instances of this group.
Propriété publique DataElementOutput Indicates whether the group should appear in a data rendering.
Propriété publique HasToggle Indicates that a toggle item is defined for this object.
Propriété publique Hidden Indicates whether the item is hidden.
Propriété publique ID Gets the identifier for the report item.
Propriété publique IsToggleChild Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.
Propriété publique Label Gets the label of the grouping for the document map.
Propriété publique Name Gets the name of the grouping.
Propriété publique PageBreakAtEnd Indicates whether the page should break at the end of the group.
Propriété publique PageBreakAtStart Indicates whether the page should break at the start of the group.
Propriété publique SharedHidden Gets a SharedHiddenState enumeration indicating the hidden property of the group.
Propriété publique ToggleItem Returns the name of the toggle item for this object.
Propriété publique UniqueName Gets a name that uniquely identifies this group across the entire report.

Haut de la page