TablixHierarchy Class

Represents a hierarchy of members for the tablix.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MemberHierarchy<TablixMember>
    Microsoft.ReportingServices.OnDemandReportRendering.TablixHierarchy

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

Syntax

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

The TablixHierarchy 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 tablix 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.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace