Open this page in the API Guide

MetricSet.MoveElementBefore 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 (25.1.0.1000)
Syntax
public void MoveElementBefore(
	AnalysisElementUsage source,
	AnalysisElementUsage target
)

Parameters

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