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 (26.2.0.1000)
Syntax
public void SetPrimaryDependencyValue(
	ParameterValue primarySettingValue
)

Parameters

primarySettingValue  ParameterValue
The primary setting value.
Exceptions
ExceptionCondition
ArgumentNullExceptionprimarySettingValue is .
See Also