次の方法で共有


ReportExpression<T>.Value プロパティ

計算値を取得または設定します。

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

構文

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

value = instance.Value

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

プロパティ値

型: T
T 型オブジェクト。

関連項目

参照

ReportExpression<T> 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間