Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the hierarchy of category members for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartCategoryHierarchy As ChartCategoryHierarchy
Get
Set
'Usage
Dim instance As Chart
Dim value As ChartCategoryHierarchy
value = instance.ChartCategoryHierarchy
instance.ChartCategoryHierarchy = value
public ChartCategoryHierarchy ChartCategoryHierarchy { get; set; }
public:
property ChartCategoryHierarchy^ ChartCategoryHierarchy {
ChartCategoryHierarchy^ get ();
void set (ChartCategoryHierarchy^ value);
}
member ChartCategoryHierarchy : ChartCategoryHierarchy with get, set
function get ChartCategoryHierarchy () : ChartCategoryHierarchy
function set ChartCategoryHierarchy (value : ChartCategoryHierarchy)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartCategoryHierarchy
A ChartCategoryHierarchy object.