Sdílet prostřednictvím


ReportExpression<T>.Value Property

The calculated value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Value As T
    Get
    Set
'Usage
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)

Property Value

Type: T
An object of type T.