TablixHierarchy 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 hierarchy of members for the tablix.
public ref class TablixHierarchy sealed : Microsoft::ReportingServices::OnDemandReportRendering::MemberHierarchy<Microsoft::ReportingServices::OnDemandReportRendering::TablixMember ^>
public sealed class TablixHierarchy : Microsoft.ReportingServices.OnDemandReportRendering.MemberHierarchy<Microsoft.ReportingServices.OnDemandReportRendering.TablixMember>
type TablixHierarchy = class
inherit MemberHierarchy<TablixMember>
Public NotInheritable Class TablixHierarchy
Inherits MemberHierarchy(Of TablixMember)
- Inheritance
Fields
m_definitionPath |
The path of the definition object. (Inherited from MemberHierarchy<T>) |
m_isColumn |
Indicates whether the hierarchy is a column. (Inherited from MemberHierarchy<T>) |
m_members |
The members. (Inherited from MemberHierarchy<T>) |
m_owner |
The owner. (Inherited from MemberHierarchy<T>) |
Properties
DefinitionPath |
Gets the path to this report definition object in the report definition. (Inherited from MemberHierarchy<T>) |
MemberCollection |
Gets a list of tablix members at the base of the hierarchy. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. (Inherited from MemberHierarchy<T>) |