다음을 통해 공유


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.

맨 위로 이동