DataCell Members

Include Protected Members
Include Inherited Members

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

The DataCell type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_columnIndex Infrastructure.
Protected field m_dataValues Infrastructure.
Protected field m_instance Infrastructure.
Protected field m_owner Infrastructure.
Protected field m_rowIndex Infrastructure.

Top

Properties

  Name Description
Public property DataValues A data value to pass to the custom report item.
Public property Instance Gets the instance object that contains the calculated values for the definition class.

Top