Share via


Paragraph.m_textRunCollection Field

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

Specifies the text runs in the paragraph.

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

See Also

Reference

Paragraph Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace