The RdlFloat type exposes the following members.

Properties

  Name Description
Public property Expression
Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if IsExpression gets false).
(Inherited from RdlProp.)
Public property IsExpression
Gets a value indicating whether the current RdlProp is specified as an expression.
(Inherited from RdlProp.)
Public property Static member NaN
Gets an RdlFloat object representing the double.NaN value.
Public property Value
Gets the double value when the current object contains a constant. Throws an exception when it contains an expression.
Public property Static member Zero
Gets an RdlFloat object representing the zero value.

See Also