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 Gets or sets the grouping information.
Public property Members Gets the hierarchy members.
Public property SortExpressions Gets or sets the sorting to apply to the hierchy members.

Top

Methods

  Name Description
Public method GetContainingDataScopes Infrastructure. Returns the containing data scopes for the hierarchy member.
Public method GetDataScopesFor Infrastructure. Gets the data scopes for a contained item. (Inherited from IDataScopeService.)

Top

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace