ComponentSettingSetPrimaryDependencyValue Method

Sets the current instance as a dependency settings, and assigns the primary setting value when the current instance becomes active.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void SetPrimaryDependencyValue(
	ParameterValue primarySettingValue
)

Parameters

primarySettingValue
Type: Dundas.BI.Data.ParametersParameterValue
The primary setting value.
Exceptions
ExceptionCondition
ArgumentNullExceptionprimarySettingValue is .
See Also