DataCubeAddHierarchyLevelLink Method

Adds a new external hierarchy link to the existing collection, to improve performance for specific hierarchy rendered levels.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void AddHierarchyLevelLink(
	IHierarchyLevel level,
	IList<ConnectorElement> linkElements
)

Parameters

level  IHierarchyLevel
The level.
linkElements  IListConnectorElement
The link elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel or linkElements is .
ArgumentExceptionlinkElements is not a valid collection.
See Also