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 (25.3.0.1000)
Syntaxpublic void MoveElementBefore(
	AnalysisElementUsage source,
	AnalysisElementUsage target
)
Public Sub MoveElementBefore ( 
	source As AnalysisElementUsage,
	target As AnalysisElementUsage
)
public:
void MoveElementBefore(
	AnalysisElementUsage^ source, 
	AnalysisElementUsage^ target
)
member MoveElementBefore : 
        source : AnalysisElementUsage * 
        target : AnalysisElementUsage -> unit 
Parameters
- source
 - Type: Dundas.BI.Entities.MetricSetsAnalysisElementUsage
The source. - target
 - Type: Dundas.BI.Entities.MetricSetsAnalysisElementUsage
The target, or  to move to the end. 
Exceptions
See Also