共用方式為


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。)

上層