次の方法で共有


TextRun.Value プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Value As ReportExpression 
    Get 
    Set
'使用
Dim instance As TextRun 
Dim value As ReportExpression 

value = instance.Value

instance.Value = value
public ReportExpression Value { get; set; }
public:
property ReportExpression Value {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Value : ReportExpression with get, set
function get Value () : ReportExpression 
function set Value (value : ReportExpression)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間