IncreasesCondition Constructor (ICollectionTargetDataCell, RequestOverrides, IEnumerableParameterValue)

Initializes a new instance of the IncreasesCondition class.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IncreasesCondition(
	ICollection<TargetDataCell> targetCells,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

targetCells
Type: System.Collections.GenericICollectionTargetDataCell
The target cells.
requestOverrides
Type: Dundas.BI.Data.DataRetrievalRequestOverrides
The request overrides.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides or parameterValues is .
ArgumentExceptiontargetCells is or empty or its elements are not referencing the same MeasureUsage object.
See Also