Элементы 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.

Тип Group предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_customProperties Инфраструктура.
Защищенное поле m_ownerItem Инфраструктура.
Защищенное поле m_uniqueName Инфраструктура.

В начало

Свойства

  Имя Описание
Открытое свойство Custom Gets the custom data associated with this grouping.
Открытое свойство CustomProperties Returns a collection of custom properties for the group.
Открытое свойство DataCollectionName Gets the name to use for the data element for the collection of all instances of this group.
Открытое свойство DataElementName Gets the name to use for the data element for instances of this group.
Открытое свойство DataElementOutput Indicates whether the group should appear in a data rendering.
Открытое свойство HasToggle Indicates that a toggle item is defined for this object.
Открытое свойство Hidden Indicates whether the item is hidden.
Открытое свойство ID Gets the identifier for the report item.
Открытое свойство IsToggleChild Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.
Открытое свойство Label Gets the label of the grouping for the document map.
Открытое свойство Name Gets the name of the grouping.
Открытое свойство PageBreakAtEnd Indicates whether the page should break at the end of the group.
Открытое свойство PageBreakAtStart Indicates whether the page should break at the start of the group.
Открытое свойство SharedHidden Gets a SharedHiddenState enumeration indicating the hidden property of the group.
Открытое свойство ToggleItem Returns the name of the toggle item for this object.
Открытое свойство UniqueName Gets a name that uniquely identifies this group across the entire report.

В начало