Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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