Compartir a través de


m_cachedDataRows Campo

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_cachedDataRows As DataRow()
'Uso
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[]