ChartHierarchy Class
Represents a hierarchy of members for the chart.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MemberHierarchy<ChartMember>
Microsoft.ReportingServices.OnDemandReportRendering.ChartHierarchy
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartHierarchy _
Inherits MemberHierarchy(Of ChartMember)
'Usage
Dim instance As ChartHierarchy
public sealed class ChartHierarchy : MemberHierarchy<ChartMember>
public ref class ChartHierarchy sealed : public MemberHierarchy<ChartMember^>
[<SealedAttribute>]
type ChartHierarchy =
class
inherit MemberHierarchy<ChartMember>
end
public final class ChartHierarchy extends MemberHierarchy<ChartMember>
The ChartHierarchy type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefinitionPath | Gets the path to this report definition object in the report definition. (Inherited from MemberHierarchy<T>.) | |
MemberCollection | Gets a list of chart 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>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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