Freigeben über


DataCell.m_dataValues-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Siehe auch

Verweis

DataCell Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace