DataProcessGetAnalysisElementSource Method

Gets the analysis element source, when the source is an element of a constituent IDataElementStructure.

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IDataElement? GetAnalysisElementSource(
	IAnalysisElement analysisElement
)

Parameters

analysisElement  IAnalysisElement
The analysis element.

Return Value

IDataElement
The data element.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisElement is .
Remarks
If the source element is not found, a is returned.
See Also