Open this page in the API Guide

AnalysisElementValue Constructor (Guid, IAnalysisElement)

Initializes a new instance of the AnalysisElementValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public AnalysisElementValue(
	Guid parameterId,
	IAnalysisElement analysisElement
)

Parameters

parameterId
Type: System.Guid
The parameter ID.
analysisElement
Type: Dundas.BI.Data.Metadata.IAnalysisElement
The analysis element.
Exceptions
ExceptionCondition
ArgumentNullExceptionanalysisElement is null.
See Also