Version

GetMergedHierarchy Method

Gets the merged hierarchy.
Syntax
'Declaration
 
Protected Friend Function GetMergedHierarchy( _
   ByVal areaItems As IList(Of IAreaItemViewModel), _
   ByVal cube As Infragistics.Olap.Data.ICube, _
   ByVal mergeContext As GroupingFlatDataModelProvider.MergeContext, _
   ByRef hierarchy As Infragistics.Olap.Data.IHierarchy _
) As Integer
protected internal int GetMergedHierarchy( 
   IList<IAreaItemViewModel> areaItems,
   Infragistics.Olap.Data.ICube cube,
   GroupingFlatDataModelProvider.MergeContext mergeContext,
   ref Infragistics.Olap.Data.IHierarchy hierarchy
)

Parameters

areaItems
The area items.
cube
The cube.
mergeContext
The merge context.
hierarchy
The hierarchy.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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