Del via


IHierarchyMember Interface

Represents a hierarchy member.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Interface IHierarchyMember _
    Inherits IDataScopeService
'Usage
Dim instance As IHierarchyMember
public interface IHierarchyMember : IDataScopeService
public interface class IHierarchyMember : IDataScopeService
type IHierarchyMember =  
    interface
        interface IDataScopeService
    end
public interface IHierarchyMember extends IDataScopeService

The IHierarchyMember type exposes the following members.

Properties

  Name Description
Public property Group The grouping information.
Public property Members The hierarchy members.
Public property SortExpressions The sorting to apply to the hierchy members.

Top

Methods

  Name Description
Public method GetContainingDataScopes Infrastructure.
Public method GetDataScopesFor Infrastructure. (Inherited from IDataScopeService.)

Top