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