ReportExpression<T>.Value 属性

The calculated 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
An object of type T.