DataCell Class

The class encapsulates a data result cell.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataCell

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DataCell

The DataCell type exposes the following members.

Constructors
 NameDescription
Public methodDataCell(DataTuple, DataTuple) Initializes a new instance of the DataCell class.
Public methodDataCell(NullableNumber, DataTuple, DataTuple) Initializes a new instance of the DataCell class.
Top
Properties
 NameDescription
Public propertyAnnotations Gets the data annotations for this cell.
Public propertyColumnsTuple Gets the columns tuple.
Public propertyFormatString Gets or sets the format string.
Public propertyFormattedValue Gets or sets the formatted value.
Public propertyHasAnnotations Gets a value indicating whether the cell has annotations attached to.
Public propertyIsInError Gets or sets a value indicating whether there were errors when retrieving the cell data.
Public propertyIsMissingData Gets a value indicating whether the cell represents missing data.
Public propertyProperties Gets the miscellaneous properties.
Public propertyRowsTuple Gets the rows tuple.
Public propertyValue Gets the numeric value.
Top
Methods
 NameDescription
Public methodAddAnnotation Adds the annotation to the current instance.
Top
See Also