共用方式為


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.

頂端