Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expression value.
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 expression value.