ChartCategoryHierarchy Class
Represents the category hierarchy for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartCategoryHierarchy _
Inherits ReportObject _
Implements IHierarchy
'Usage
Dim instance As ChartCategoryHierarchy
public class ChartCategoryHierarchy : ReportObject,
IHierarchy
public ref class ChartCategoryHierarchy : public ReportObject,
IHierarchy
type ChartCategoryHierarchy =
class
inherit ReportObject
interface IHierarchy
end
public class ChartCategoryHierarchy extends ReportObject implements IHierarchy
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ChartCategoryHierarchy
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.