Поле DataRow.m_cachedDataCells
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents the cached data cells for the row.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Protected m_cachedDataCells As DataCell()
'Применение
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[]
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering