Share via


ParagraphInstance.m_textRunInstances 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_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

See Also

Reference

ParagraphInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace