DataHierarchy Class

Represents a hierarchy of data members.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MemberHierarchy<DataMember>
    Microsoft.ReportingServices.OnDemandReportRendering.DataHierarchy

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class DataHierarchy _
    Inherits MemberHierarchy(Of DataMember)
'Usage
Dim instance As DataHierarchy
public sealed class DataHierarchy : MemberHierarchy<DataMember>
public ref class DataHierarchy sealed : public MemberHierarchy<DataMember^>
[<SealedAttribute>]
type DataHierarchy =  
    class
        inherit MemberHierarchy<DataMember>
    end
public final class DataHierarchy extends MemberHierarchy<DataMember>

The DataHierarchy type exposes the following members.

Properties

  Name Description
Public property DefinitionPath Gets the path to this report definition object in the report definition. (Inherited from MemberHierarchy<T>.)
Public property MemberCollection Gets a list of data members at the base of the hierarchy.
Public property ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Inherited from MemberHierarchy<T>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_definitionPath Infrastructure. (Inherited from MemberHierarchy<T>.)
Protected field m_isColumn Infrastructure. (Inherited from MemberHierarchy<T>.)
Protected field m_members Infrastructure. (Inherited from MemberHierarchy<T>.)
Protected field m_owner Infrastructure. (Inherited from MemberHierarchy<T>.)

Top

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.