DataCubeShowAnalysisElement Method

Finds the requested hidden analysis element and reverses the "IsHidden" flag.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IAnalysisElement ShowAnalysisElement(
	ConnectorElement element
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element the analysis element is based on.

Return Value

Type: IAnalysisElement
The IAnalysisElement that has been unhidden.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also