Open this page in the API Guide

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

Parameters

requestOverrides
Type: Dundas.BI.Data.DataRetrieval.RequestOverrides
The request overrides.
parameterValues
Type: System.Collections.Generic.IEnumerable<ParameterValue>
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides or parameterValues is null.
ArgumentExceptionrequestOverrides is not defined for the metric set the current instance is attached to .
See Also