MetricSetMoveElementBefore Method

Moves the source element before the target element in the metric set element collection.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void MoveElementBefore(
	AnalysisElementUsage source,
	AnalysisElementUsage target
)

Parameters

source
Type: Dundas.BI.Entities.MetricSetsAnalysisElementUsage
The source.
target
Type: Dundas.BI.Entities.MetricSetsAnalysisElementUsage
The target.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource or target is .
ArgumentExceptionsource or target do not belong to the current instance.
See Also