IHierarchyMember 接口

Represents a hierarchy member.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Interface IHierarchyMember _
    Inherits IDataScopeService
用法
Dim instance As IHierarchyMember
public interface IHierarchyMember : IDataScopeService
public interface class IHierarchyMember : IDataScopeService
type IHierarchyMember =  
    interface
        interface IDataScopeService
    end
public interface IHierarchyMember extends IDataScopeService

IHierarchyMember 类型公开以下成员。

属性

  名称 说明
公共属性 Group The grouping information.
公共属性 Members The hierarchy members.
公共属性 SortExpressions The sorting to apply to the hierchy members.

页首

方法

  名称 说明
公共方法 GetContainingDataScopes 基础结构。
公共方法 GetDataScopesFor 基础结构。 (从 IDataScopeService 继承。)

页首