ParagraphInstance.m_textRunInstances Field

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

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

Syntax

'Declaration
Protected m_textRunInstances As TextRunInstanceCollection
'Usage
Dim value As TextRunInstanceCollection

value = Me.m_textRunInstances

Me.m_textRunInstances = value
protected TextRunInstanceCollection m_textRunInstances
protected:
TextRunInstanceCollection^ m_textRunInstances
val mutable m_textRunInstances: TextRunInstanceCollection
protected var m_textRunInstances : TextRunInstanceCollection