ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Double
    public System.double Value {get;}
    See Also