次の方法で共有


ParagraphInstance.m_textRunInstances フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

段落内のテキスト ランを指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected m_textRunInstances As TextRunInstanceCollection
'使用
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

関連項目

参照

ParagraphInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間