IMetricSetServiceRemoveAllElements Method |
Removes all the elements from the given metric set with the specified placement, then saves the metric set.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void RemoveAllElements(
MetricSet metricSet,
PlacementPosition placement
)
Sub RemoveAllElements (
metricSet As MetricSet,
placement As PlacementPosition
)
void RemoveAllElements(
MetricSet^ metricSet,
PlacementPosition placement
)
abstract RemoveAllElements :
metricSet : MetricSet *
placement : PlacementPosition -> unit
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The MetricSet to add the element to. - placement
- Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The placement of the elements to remove.
Exceptions See Also