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 (26.2.0.1000)
Syntax
public AnalysisElementUsage FindElementUsage(
	MetricSet metricSet
)

Parameters

metricSet  MetricSet
The metric set.

Return Value

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