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.

继承层次结构

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..Group
    Microsoft.ReportingServices.ReportRendering. . :: . .DataMember

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustInherit Class Group
用法
Dim instance As Group
public abstract class Group
public ref class Group abstract
[<AbstractClassAttribute>]
type Group =  class end
public abstract class Group

Group 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
受保护字段 m_customProperties 基础结构。
受保护字段 m_ownerItem 基础结构。
受保护字段 m_uniqueName 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。