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 (26.2.0.1000)
Syntax
public IAnalysisElement ShowAnalysisElement(
	ConnectorElement element
)

Parameters

element  ConnectorElement
The connector element the analysis element is based on.

Return Value

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