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

In This Topic
    Value Property (RdlString)
    In This Topic
    Gets the constant value represented by the current object. Throws an exception if the current object contains an expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As String
    public string Value {get;}
    See Also