共用方式為


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.