Open this page in the API Guide

BridgeParameter.ResolveValue Method

Resolves the value for the specified attached parameter.

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 ParameterValue ResolveValue(
	Parameter parameter,
	ParameterValue inputValue
)

Parameters

parameter
Type: Dundas.BI.Data.Parameters.Parameter
The attached parameter.
inputValue
Type: Dundas.BI.Data.Parameters.ParameterValue
The input value.

Return Value

Type: ParameterValue
The resolved value.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is null.
See Also