Partager via


Interface IHierarchyMember

Represents a hierarchy member.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Interface IHierarchyMember _
    Inherits IDataScopeService
'Utilisation
Dim instance As IHierarchyMember
public interface IHierarchyMember : IDataScopeService
public interface class IHierarchyMember : IDataScopeService
type IHierarchyMember =  
    interface
        interface IDataScopeService
    end
public interface IHierarchyMember extends IDataScopeService

Le type IHierarchyMember expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Group The grouping information.
Propriété publique Members The hierarchy members.
Propriété publique SortExpressions The sorting to apply to the hierchy members.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetContainingDataScopes Infrastructure.
Méthode publique GetDataScopesFor Infrastructure. (hérité de IDataScopeService.)

Haut de la page