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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_columnIndex | Infrastructure. | |
m_dataValues | Infrastructure. | |
m_instance | Infrastructure. | |
m_owner | Infrastructure. | |
m_rowIndex | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top