DataCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |