IMetricSetService.SetupOtherGroupSettings 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 (25.1.0.1000)
SyntaxOtherGroupSettings SetupOtherGroupSettings(
MetricSet metricSet,
string measureUniqueName,
string hierarchyUniqueName
)
Function SetupOtherGroupSettings (
metricSet As MetricSet,
measureUniqueName As String,
hierarchyUniqueName As String
) As OtherGroupSettings
OtherGroupSettings^ SetupOtherGroupSettings(
MetricSet^ metricSet,
String^ measureUniqueName,
String^ hierarchyUniqueName
)
abstract SetupOtherGroupSettings :
metricSet : MetricSet *
measureUniqueName : string *
hierarchyUniqueName : string -> OtherGroupSettings
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set. - measureUniqueName
- Type: System.String
The measure usage element unique name used in "Other" group analysis. - hierarchyUniqueName
- Type: System.String
The target hierarchy unique name for the group analysis.
Return Value
Type:
OtherGroupSettingsThe Other group settings instance.
ExceptionsException | Condition |
---|
ArgumentNullException | measureUniqueName or hierarchyUniqueName is null. |
ArgumentException | measureUniqueName or hierarchyUniqueName does not belong to the underlying cube of the associated instance. |
ArgumentException | hierarchyUniqueName is not a rendered hierarchy. |
See Also