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.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic TopBottomSettings SetupTopBottomSettings(
MeasureUsage measure
)
Public Function SetupTopBottomSettings (
measure As MeasureUsage
) As TopBottomSettings
public:
TopBottomSettings^ SetupTopBottomSettings(
MeasureUsage^ measure
)
member SetupTopBottomSettings :
measure : MeasureUsage -> TopBottomSettings Parameters
- measure MeasureUsage
- The measure usage element used in top / bottom analysis.
Return Value
TopBottomSettingsThe top / bottom settings instance.
Exceptions
See Also