TargetDataCell(MeasureUsage, DataTuple, DataTuple) Constructor

Initializes a new instance of the TargetDataCell class, used as an investigation target for a DataDrivenCondition.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public TargetDataCell(
	MeasureUsage measureUsage,
	DataTuple columnTuple,
	DataTuple rowTuple
)

Parameters

measureUsage  MeasureUsage
The measure usage the current instance is defined for.
columnTuple  DataTuple
The cell column tuple.
rowTuple  DataTuple
The cell row tuple.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasureUsage, columnTuple or rowTuple is .
ArgumentExceptioncolumnTuple or rowTuple is incompatible with the MeasureUsage definition.
See Also