Version

LevelDescriptors Property

Returns a collection containing each level descriptor defined for this hierarchy.
Syntax
'Declaration
 
Public ReadOnly Property LevelDescriptors As LevelDescriptorsCollection
public LevelDescriptorsCollection LevelDescriptors {get;}
Remarks

A hierarchical level provides a way to group row/column axis data.

In the case where the data source schema is auto-generated via the GenerateCube method, two levels are created for each hierarchy; the 'All Members' level, and a level which returns the value of the associated property for a given data item.

The 'All Members' level essentially groups all values for the hierarchy under one header, so that detailed data can be easily shown or hidden by expanding or collapsing the header.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also