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 型オブジェクトです。