DataRow.m_cachedDataCells-Feld
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the cached data cells for the row.
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[]
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace