MetricSetSetupTopBottomSettings Method

Creates a new top / bottom settings for the current instance, using the specified measure. Any previous settings are cleared.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public TopBottomSettings SetupTopBottomSettings(
	MeasureUsage measure
)

Parameters

measure
Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage element used in top / bottom analysis.

Return Value

Type: TopBottomSettings
The top / bottom settings instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure is .
ArgumentExceptionmeasure does not belong to the underlying cube of the associated instance.
See Also