DecreasesCondition(ICollectionTargetDataCell, RequestOverrides, IEnumerableParameterValue) Constructor

Initializes a new instance of the DecreasesCondition class.

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

Parameters

targetCells  ICollectionTargetDataCell
The target cells.
requestOverrides  RequestOverrides
The request overrides.
parameterValues  IEnumerableParameterValue
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