次の方法で共有


CompiledTextRunInstance.Value プロパティ

解析されたテキスト ランの文字列値を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property Value As String 
    Get
'使用
Dim instance As CompiledTextRunInstance 
Dim value As String 

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

プロパティ値

型: System.String
string 値。

関連項目

参照

CompiledTextRunInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間