Interface IHierarchyMember
Represents a hierarchy member.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Interface IHierarchyMember _
Inherits IDataScopeService
'Uso
Dim instance As IHierarchyMember
public interface IHierarchyMember : IDataScopeService
public interface class IHierarchyMember : IDataScopeService
type IHierarchyMember =
interface
interface IDataScopeService
end
public interface IHierarchyMember extends IDataScopeService
O tipo IHierarchyMember expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Group | Gets or sets the grouping information. |
![]() |
Members | Gets the hierarchy members. |
![]() |
SortExpressions | Gets or sets the sorting to apply to the hierchy members. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
GetContainingDataScopes | Infraestrutura. Returns the containing data scopes for the hierarchy member. |
![]() |
GetDataScopesFor | Infraestrutura. Gets the data scopes for a contained item. (Herdado de IDataScopeService.) |
Início