Campo DataCell.m_dataValues
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the collection of data values.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected m_dataValues As DataValueCollection
'Utilizzo
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
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering