次の方法で共有


TextRun.m_value フィールド

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

実行時に表示されるテキスト ランに関する値を指定します。

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

構文

'宣言
Protected m_value As ReportStringProperty
'使用
Dim value As ReportStringProperty 

value = Me.m_value 

Me.m_value = value
protected ReportStringProperty m_value
protected:
ReportStringProperty^ m_value
val mutable m_value: ReportStringProperty
protected var m_value : ReportStringProperty

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間