Share via


DataCell.m_dataValues Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the collection of data values.

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

See Also

Reference

DataCell Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace