Partilhar via


Membros TablixMember

Represents a member in a tablix hierarchy.

O tipo TablixMember expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_children Infraestrutura.
Campo protegido m_customPropertyCollection Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_definitionPath Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_group Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_header Infraestrutura.
Campo protegido m_instance Infraestrutura.
Campo protegido m_owner Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_parent Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_parentCollectionIndex Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_parentDefinitionPath Infraestrutura. (Herdado de DataRegionMember.)
Campo protegido m_visibility Infraestrutura.

Início

Propriedades

  Nome Descrição
Propriedade pública Children Gets the children of this tablix member.
Propriedade pública CustomProperties Gets the custom properties for this data region member. (Herdado de DataRegionMember.)
Propriedade pública DataElementName Gets the name of the data element.
Propriedade pública DataElementOutput Gets a value that indicates whether this tablix member should be included in the rendered output.
Propriedade pública DefinitionPath Gets the path to this report definition object in the report definition. (Herdado de DataRegionMember.)
Propriedade pública FixedData Gets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
Propriedade pública Group (Herdado de DataRegionMember.)
Propriedade pública HideIfNoRows Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Propriedade pública ID Gets the unique identifier for this report definition object. (Herdado de DataRegionMember.)
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública IsColumn Indicates this is a member of the column (as opposed to row) hierarchy.
Propriedade pública IsStatic Gets a boolean value that indicates whether the member is a static member. (Herdado de DataRegionMember.)
Propriedade pública IsTotal Indicates this is an autogenerated subtotal member, to be rendered only if there exist no peer members.
Propriedade pública KeepTogether Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Propriedade pública 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.
Propriedade pública MemberCellIndex (Herdado de DataRegionMember.)
Propriedade pública Parent The parent member for this member
Propriedade pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Herdado de DataRegionMember.)
Propriedade pública 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.
Propriedade pública TablixHeader Gets the header cell of the tablix member.
Propriedade pública Visibility Gets the current visibility state of this report object.

Início