DataDrivenConditionSetDataRetrievalParameters Method

Sets the data retrieval parameters for the current instance.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void SetDataRetrievalParameters(
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

requestOverrides  RequestOverrides
The request overrides.
parameterValues  IEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides or parameterValues is .
ArgumentExceptionrequestOverrides is not defined for the metric set the current instance is attached to .
See Also