IMetricSetServiceAddTopBottomSettings Method  | 
 
            Adds top/bottom settings to the metric set 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)
SyntaxTopBottomSettings AddTopBottomSettings(
	MetricSet metricSet,
	string measureUniqueName,
	int topRecords,
	int bottomRecords
)
Function AddTopBottomSettings ( 
	metricSet As MetricSet,
	measureUniqueName As String,
	topRecords As Integer,
	bottomRecords As Integer
) As TopBottomSettings
TopBottomSettings^ AddTopBottomSettings(
	MetricSet^ metricSet, 
	String^ measureUniqueName, 
	int topRecords, 
	int bottomRecords
)
abstract AddTopBottomSettings : 
        metricSet : MetricSet * 
        measureUniqueName : string * 
        topRecords : int * 
        bottomRecords : int -> TopBottomSettings 
Parameters
- metricSet
 - Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - measureUniqueName
 - Type: SystemString
The unique name of the measure for which top/bottom analysis is performed. - topRecords
 - Type: SystemInt32
The number of records with the highest values. - bottomRecords
 - Type: SystemInt32
The number of records with the lowest values. 
Return Value
Type: 
TopBottomSettingsThe top/bottom settings property.
Exceptions
See Also