Paragraph.m_textBox Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the text box in which the paragraph is contained.
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
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace