Share via


TextRun.m_paragraph Field

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

Specifies the paragraph that contains the text run.

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

Syntax

'Declaration
Protected m_paragraph As Paragraph
'Usage
Dim value As Paragraph 

value = Me.m_paragraph 

Me.m_paragraph = value
protected Paragraph m_paragraph
protected:
Paragraph^ m_paragraph
val mutable m_paragraph: Paragraph
protected var m_paragraph : Paragraph

See Also

Reference

TextRun Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace