Compartir a través de


Campo DataRow.m_cachedDataCells

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the cached data cells for the row.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_cachedDataCells As DataCell()
'Uso
Dim value As DataCell()

value = Me.m_cachedDataCells 

Me.m_cachedDataCells = value
protected DataCell[] m_cachedDataCells
protected:
array<DataCell^>^ m_cachedDataCells
val mutable m_cachedDataCells: DataCell[]
protected var m_cachedDataCells : DataCell[]

Vea también

Referencia

DataRow Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering