DataCell Class

Definition

Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.

public ref class DataCell abstract
public abstract class DataCell
type DataCell = class
Public MustInherit Class DataCell
Inheritance
DataCell

Fields

m_columnIndex

Specifies the column index of the data cell.

m_dataValues

Specifies the collection of data values.

m_instance

Specifies an instance for this data cell.

m_owner

Specifies the custom report item that owns the data cell.

m_rowIndex

Specifies the row index of the data cell.

Properties

DataValues

A data value to pass to the custom report item.

Instance

Gets the instance object that contains the calculated values for the definition class.

Applies to