Paragraph.m_textBox 字段

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies the text box in which the paragraph is contained.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected m_textBox As TextBox
用法
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

请参阅

参考

Paragraph 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间