Compartir a través de


Group Miembros

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.

El tipo Group expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_customProperties Infraestructura.
Campo protegido m_ownerItem Infraestructura.
Campo protegido m_uniqueName Infraestructura.

Principio

Propiedades

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

Principio