DataRow.m_cachedDataCells Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the cached data cells for the row.
protected: cli::array <Microsoft::ReportingServices::OnDemandReportRendering::DataCell ^> ^ m_cachedDataCells;
protected Microsoft.ReportingServices.OnDemandReportRendering.DataCell[] m_cachedDataCells;
val mutable m_cachedDataCells : Microsoft.ReportingServices.OnDemandReportRendering.DataCell[]
Protected m_cachedDataCells As DataCell()
Field Value
DataCell[]