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

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