MetricSetSetupOtherGroupSettings Method

Creates an "Other" group 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 OtherGroupSettings SetupOtherGroupSettings(
	MeasureUsage measure,
	HierarchyUsage hierarchy
)

Parameters

measure  MeasureUsage
The measure usage element used in "Other" group analysis.
hierarchy  HierarchyUsage
The target hierarchy for the group analysis.

Return Value

OtherGroupSettings
The Other group settings instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure or hierarchy is .
ArgumentExceptionmeasure or hierarchy does not belong to the underlying cube of the associated instance.
ArgumentExceptionhierarchy is not a rendered hierarchy.
See Also