Open this page in the API Guide

DataProcess.GetAnalysisElementSource 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 (25.1.0.1000)
Syntax
public IDataElement GetAnalysisElementSource(
	IAnalysisElement analysisElement
)

Parameters

analysisElement
Type: Dundas.BI.Data.Metadata.IAnalysisElement
The analysis element.

Return Value

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