Open this page in the API Guide

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

Parameters

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