Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlFloat Class / Value Property

In This Topic
    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