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 (26.2.0.1000)
Syntax
public TopBottomSettings SetupTopBottomSettings(
	MeasureUsage measure
)

Parameters

measure  MeasureUsage
The measure usage element used in top / bottom analysis.

Return Value

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