MemberHierarchy<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |