Champ m_cachedDataCells
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected m_cachedDataCells As DataCell()
'Utilisation
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[]
Voir aussi