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
)

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
ExceptionCondition
ArgumentNullExceptionmetricSet is .
InvalidOperationExceptionThe specified metric set is checked in.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also