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.3.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, or null to move to the end.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is null.
ArgumentExceptionsource or target does not belong to the current instance if not null.
See Also