Share via


ReportExpression<T>.IExpression.Value Property

Gets or sets the value of the expression.

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

Syntax

'Declaration
Private Property Value As Object Implements IExpression.Value 
    Get 
    Set
'Usage
Dim instance As ReportExpression 
Dim value As Object 

value = CType(instance, IExpression).Value 

CType(instance, IExpression).Value = value
Object IExpression.Value { get; set; }
private:
virtual property Object^ Value {
    Object^ get () sealed = IExpression::Value::get;
    void set (Object^ value) sealed = IExpression::Value::set;
}
private abstract Value : Object with get, set 
private override Value : Object with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Object
The value of the expression.

Implements

IExpression.Value

See Also

Reference

ReportExpression<T> Structure

Microsoft.ReportingServices.RdlObjectModel Namespace