Version

HierarchyDimensionGrouping Enumeration

Constants which describe the manner in which hierarchies are assigned to dimensionDescriptors.
Syntax
'Declaration
 
Public Enum HierarchyDimensionGrouping 
   Inherits System.Enum
public enum HierarchyDimensionGrouping : System.Enum 
Members
MemberDescription
AllInOneOnly one dimension is created, and all hierarchies are added to that dimension.
ByCategoryA dimension is created for each System.ComponentModel.CategoryAttribute contained within the type specified by the data source's ItemType property. Each hierarchy is added to the dimension which corresponds to the associated property descriptor's category. Hierarchies which are associated with members that do not belong to a category are added to a default dimension.
SeparateOne dimension is created for each hierarchy.
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