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 | |
---|---|---|
Group | The grouping information. | |
Members | The hierarchy members. | |
SortExpressions | The sorting to apply to the hierchy members. |
Top
Methods
Name | Description | |
---|---|---|
GetContainingDataScopes | Infrastructure. | |
GetDataScopesFor | Infrastructure. (Inherited from IDataScopeService.) |
Top