MemberHierarchy<T> Class

Definition

Represents a member hierarchy of a specific report item.

generic <typename T>
public ref class MemberHierarchy abstract : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath
public abstract class MemberHierarchy<T> : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
type MemberHierarchy<'T> = class
    interface IDefinitionPath
Public MustInherit Class MemberHierarchy(Of T)
Implements IDefinitionPath

Type Parameters

T

The type of the report element.

Inheritance
MemberHierarchy<T>
Derived
Implements

Fields

m_definitionPath

The path of the definition object.

m_isColumn

Indicates whether the hierarchy is a column.

m_members

The members.

m_owner

The owner.

Properties

DefinitionPath

Gets the path to this report definition object in the report definition.

ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

Applies to