IMetricSetServiceChangeElementPlacement Method |
Changes the metric set element placement within the metric set, and saves the metric set.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ChangeElementPlacement(
MetricSet metricSet,
string uniqueName,
PlacementPosition placement
)
Sub ChangeElementPlacement (
metricSet As MetricSet,
uniqueName As String,
placement As PlacementPosition
)
void ChangeElementPlacement(
MetricSet^ metricSet,
String^ uniqueName,
PlacementPosition placement
)
abstract ChangeElementPlacement :
metricSet : MetricSet *
uniqueName : string *
placement : PlacementPosition -> unit Parameters
- metricSet MetricSet
- The metric set.
- uniqueName String
- The element unique name.
- placement PlacementPosition
- The new placement position.
Exceptions
See Also