Freigeben über


IHierarchyMember-Schnittstelle

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

Der IHierarchyMember-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Group Gets or sets the grouping information.
Öffentliche Eigenschaft Members Gets the hierarchy members.
Öffentliche Eigenschaft SortExpressions Gets or sets the sorting to apply to the hierchy members.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the containing data scopes for the hierarchy member.
Öffentliche Methode GetDataScopesFor Infrastruktur Gets the data scopes for a contained item. (Geerbt von IDataScopeService.)

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace