GroupingElementFindElementUsage Method

Finds the analysis element usage that corresponds to this grouping element on metricSet.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AnalysisElementUsage FindElementUsage(
	MetricSet metricSet
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.

Return Value

Type: AnalysisElementUsage
The analysis element usage if found, otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
See Also