Value Property (RdlObject)
In This Topic
Gets the object value if the current object contains a constant. Throws an exception if the current object contains an expression.
Syntax
'Declaration
Public ReadOnly Property Value As Object
public object Value {get;}
See Also