Paragraph.m_textBox 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_textBox As TextBox
'Usage
Dim value As TextBox

value = Me.m_textBox

Me.m_textBox = value
protected TextBox m_textBox
protected:
TextBox^ m_textBox
val mutable m_textBox: TextBox
protected var m_textBox : TextBox