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 (24.2.0.1000)
Syntax
public void SetDataRetrievalParameters(
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

requestOverrides
Type: Dundas.BI.Data.DataRetrievalRequestOverrides
The request overrides.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
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