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 (8.0.2.1001)
Syntaxpublic OtherGroupSettings SetupOtherGroupSettings(
MeasureUsage measure,
HierarchyUsage hierarchy
)
Public Function SetupOtherGroupSettings (
measure As MeasureUsage,
hierarchy As HierarchyUsage
) As OtherGroupSettings
public:
OtherGroupSettings^ SetupOtherGroupSettings(
MeasureUsage^ measure,
HierarchyUsage^ hierarchy
)
member SetupOtherGroupSettings :
measure : MeasureUsage *
hierarchy : HierarchyUsage -> OtherGroupSettings
Parameters
- measure
- Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage element used in "Other" group analysis. - hierarchy
- Type: Dundas.BI.Entities.MetricSetsHierarchyUsage
The target hierarchy for the group analysis.
Return Value
Type:
OtherGroupSettingsThe Other group settings instance.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | measure or hierarchy is . |
| ArgumentException | measure or hierarchy does not belong to the underlying cube of the associated instance. |
| ArgumentException | hierarchy is not a rendered hierarchy. |
See Also