次の方法で共有


TextRun.Value プロパティ

実行時にテキスト ランに関する値を表示する式を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property Value As ReportStringProperty 
    Get
'使用
Dim instance As TextRun 
Dim value As ReportStringProperty 

value = instance.Value
public abstract ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
    ReportStringProperty^ get () abstract;
}
abstract Value : ReportStringProperty
abstract function get Value () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty オブジェクトです。

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間