Compartilhar via


Campo DataRow.m_cachedDataCells

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the cached data cells for the row.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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[]

Consulte também

Referência

DataRow Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering