DataCell.m_dataValues Field
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_dataValues As DataValueCollection
'Usage
Dim value As DataValueCollection
value = Me.m_dataValues
Me.m_dataValues = value
protected DataValueCollection m_dataValues
protected:
DataValueCollection^ m_dataValues
val mutable m_dataValues: DataValueCollection
protected var m_dataValues : DataValueCollection