Champ m_cachedDataRows
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_cachedDataRows As DataRow()
'Utilisation
Dim value As DataRow()
value = Me.m_cachedDataRows
Me.m_cachedDataRows = value
protected DataRow[] m_cachedDataRows
protected:
array<DataRow^>^ m_cachedDataRows
val mutable m_cachedDataRows: DataRow[]
protected var m_cachedDataRows : DataRow[]