TargetDataCell Class

Class used to model result data cells that represent the target of a notification DataDrivenCondition object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.NotificationsTargetDataCell

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class TargetDataCell

The TargetDataCell type exposes the following members.

Constructors
 NameDescription
Public methodTargetDataCell(MeasureUsage) Initializes a new instance of the TargetDataCell class, used as an investigation target for a DataDrivenCondition. This constructor is meant to create a target for all the result cells for the specified measure.
Public methodTargetDataCell(MeasureUsage, DataTuple, DataTuple) Initializes a new instance of the TargetDataCell class, used as an investigation target for a DataDrivenCondition.
Public methodTargetDataCell(MeasureUsage, IListSingleMemberValue, IListSingleMemberValue) Initializes a new instance of the TargetDataCell class, used as an investigation target for a DataDrivenCondition.
Top
Properties
 NameDescription
Public propertyColumnValues Gets the column coordinates for the current instance.
Public propertyMeasure Gets the measure element for which the current instance is defined.
Public propertyRowValues Gets the row coordinates for the current instance.
Top
See Also