Interfaccia IHierarchyMember

Represents a hierarchy member.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Nel tipo IHierarchyMember sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Group Gets or sets the grouping information.
Proprietà pubblica Members Gets the hierarchy members.
Proprietà pubblica SortExpressions Gets or sets the sorting to apply to the hierchy members.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetContainingDataScopes Infrastruttura. Returns the containing data scopes for the hierarchy member.
Metodo pubblico GetDataScopesFor Infrastruttura. Gets the data scopes for a contained item. Ereditato da IDataScopeService.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel