IMetricSetService.RemoveAllElements 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 (25.1.0.1000)
Syntaxvoid 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.MetricSets.MetricSet
The MetricSet to add the element to. - placement
- Type: Dundas.BI.Entities.MetricSets.PlacementPosition
The placement of the elements to remove.
Exceptions
See Also