DataRow.m_cachedDataCells 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_cachedDataCells As DataCell()
'Usage
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[]