Udostępnij za pośrednictwem


DataRowCollection.m_cachedDataRows Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the data row collection.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_cachedDataRows As DataRow()
'Usage
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[]

See Also

Reference

DataRowCollection Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace