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 the category hierarchy.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CategoryHierarchy As ChartHierarchy
Get
'Usage
Dim instance As Chart
Dim value As ChartHierarchy
value = instance.CategoryHierarchy
public ChartHierarchy CategoryHierarchy { get; }
public:
property ChartHierarchy^ CategoryHierarchy {
ChartHierarchy^ get ();
}
member CategoryHierarchy : ChartHierarchy
function get CategoryHierarchy () : ChartHierarchy
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartHierarchy
A ChartHierarchy object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace