Элементы TablixMember

Represents a member in a tablix hierarchy.

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

Методы

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

В начало

Поля

  Имя Описание
Защищенное поле m_children Инфраструктура.
Защищенное поле m_customPropertyCollection Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_definitionPath Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_group Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_header Инфраструктура.
Защищенное поле m_instance Инфраструктура.
Защищенное поле m_owner Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_parent Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_parentCollectionIndex Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_parentDefinitionPath Инфраструктура. (Наследуется из DataRegionMember.)
Защищенное поле m_visibility Инфраструктура.

В начало

Свойства

  Имя Описание
Открытое свойство Children Gets the children of this tablix member.
Открытое свойство CustomProperties Gets the custom properties for this data region member. (Наследуется из DataRegionMember.)
Открытое свойство DataElementName Gets the name of the data element.
Открытое свойство DataElementOutput Gets a value that indicates whether this tablix member should be included in the rendered output.
Открытое свойство DefinitionPath Gets the path to this report definition object in the report definition. (Наследуется из DataRegionMember.)
Открытое свойство FixedData Gets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
Открытое свойство Group (Наследуется из DataRegionMember.)
Открытое свойство HideIfNoRows Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Открытое свойство ID Gets the unique identifier for this report definition object. (Наследуется из DataRegionMember.)
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство IsColumn Indicates this is a member of the column (as opposed to row) hierarchy.
Открытое свойство IsStatic Gets a boolean value that indicates whether the member is a static member. (Наследуется из DataRegionMember.)
Открытое свойство IsTotal Indicates this is an autogenerated subtotal member, to be rendered only if there exist no peer members.
Открытое свойство KeepTogether Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Открытое свойство KeepWithGroup Gets a value that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.
Открытое свойство MemberCellIndex (Наследуется из DataRegionMember.)
Открытое свойство Parent The parent member for this member
Открытое свойство ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Наследуется из DataRegionMember.)
Открытое свойство RepeatOnNewPage Gets a Boolean value that indicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.
Открытое свойство TablixHeader Gets the header cell of the tablix member.
Открытое свойство Visibility Gets the current visibility state of this report object.

В начало