Элементы DataMember

Represents group instances within a custom report item's data. This class cannot be inherited.

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

Методы

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

В начало

Поля

  Имя Описание
Защищенное поле m_customProperties Инфраструктура. (Наследуется из Group.)
Защищенное поле m_ownerItem Инфраструктура. (Наследуется из Group.)
Защищенное поле m_uniqueName Инфраструктура. (Наследуется из Group.)

В начало

Свойства

  Имя Описание
Открытое свойство Children Returns groups contained in a row or column.
Открытое свойство Custom Gets the custom data associated with this grouping. (Наследуется из Group.)
Открытое свойство CustomProperties Returns a collection of custom properties for the data member. (Перезаписывает Group. . :: . .CustomProperties.)
Открытое свойство DataCollectionName Gets the name to use for the data element for the collection of all instances of this group. (Наследуется из Group.)
Открытое свойство DataElementName Returns the name to use for the data element or attribute for this report item. (Перезаписывает Group. . :: . .DataElementName.)
Открытое свойство DataElementOutput Indicates whether the item should appear in a data rendering. (Перезаписывает Group. . :: . .DataElementOutput.)
Открытое свойство GroupValues Gets the values of the group expressions for the group.
Открытое свойство HasToggle Indicates that a toggle item is defined for this object. (Наследуется из Group.)
Открытое свойство Hidden Indicates whether the item is currently hidden. (Перезаписывает Group. . :: . .Hidden.)
Открытое свойство ID Gets the identifier for the data member. (Перезаписывает Group. . :: . .ID.)
Открытое свойство IsStatic Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.
Открытое свойство IsToggleChild Indicates whether the data member can be made visible or invisible by toggling a different item. (Перезаписывает Group. . :: . .IsToggleChild.)
Открытое свойство IsTotal Indicates whether this instance of the group contains subtotal data values.
Открытое свойство Label Gets the label to display for this data member. (Перезаписывает Group. . :: . .Label.)
Открытое свойство MemberCellIndex Indicates the location of this member in the grid of cells.
Открытое свойство MemberHeadingSpan Indicates the number of innermost group instances this data member spans.
Открытое свойство Name Gets the name of the grouping. (Наследуется из Group.)
Открытое свойство PageBreakAtEnd Indicates whether the page should break at the end of the group. (Наследуется из Group.)
Открытое свойство PageBreakAtStart Indicates whether the page should break at the start of the group. (Наследуется из Group.)
Открытое свойство Parent Gets the parent data member.
Открытое свойство SharedHidden Indicates whether the item is always, never, or sometimes hidden. (Перезаписывает Group. . :: . .SharedHidden.)
Открытое свойство ToggleItem Returns the name of the toggle item for this object. (Наследуется из Group.)
Открытое свойство UniqueName Gets a name that uniquely identifies this group across the entire report. (Наследуется из Group.)

В начало