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 | Gets or sets the grouping information. | |
Members | Gets the hierarchy members. | |
SortExpressions | Gets or sets the sorting to apply to the hierchy members. |
Top
Methods
Name | Description | |
---|---|---|
GetContainingDataScopes | Infrastructure. Returns the containing data scopes for the hierarchy member. | |
GetDataScopesFor | Infrastructure. Gets the data scopes for a contained item. (Inherited from IDataScopeService.) |
Top