IMetricSetServiceRemoveTopBottomSettings Method  | 
 
            Removes the top / bottom settings and 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.3.0.1000)
Syntaxvoid RemoveTopBottomSettings(
	MetricSet metricSet
)
Sub RemoveTopBottomSettings ( 
	metricSet As MetricSet
)
void RemoveTopBottomSettings(
	MetricSet^ metricSet
)
abstract RemoveTopBottomSettings : 
        metricSet : MetricSet -> unit 
Parameters
- metricSet
 - Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. 
Exceptions
See Also