Share via


HierarchyMember Class

Represents a member in a hierarchy.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class HierarchyMember _
    Inherits ReportObject _
    Implements IDataScopeService
'Usage
Dim instance As HierarchyMember
public abstract class HierarchyMember : ReportObject, 
    IDataScopeService
public ref class HierarchyMember abstract : public ReportObject, 
    IDataScopeService
[<AbstractClassAttribute>]
type HierarchyMember =  
    class
        inherit ReportObject
        interface IDataScopeService
    end
public abstract class HierarchyMember extends ReportObject implements IDataScopeService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.