IMetricSetServiceChangeElementPlacement Method

Changes the metric set element placement within the metric set, and saves the metric set.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
void ChangeElementPlacement(
	MetricSet metricSet,
	string uniqueName,
	PlacementPosition placement
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
uniqueName
Type: SystemString
The element unique name.
placement
Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The new placement position.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
ArgumentException The element specified by the uniqueName could not be found in the metric set or placement is not a valid placement position.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also