Paragraph.m_textRunCollection Field
This API supports the .NET Framework 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_textRunCollection As TextRunCollection
'Usage
Dim value As TextRunCollection
value = Me.m_textRunCollection
Me.m_textRunCollection = value
protected TextRunCollection m_textRunCollection
protected:
TextRunCollection^ m_textRunCollection
val mutable m_textRunCollection: TextRunCollection
protected var m_textRunCollection : TextRunCollection