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

In This Topic
    Value Property (RdlBool)
    In This Topic
    Gets the Boolean value if the current object contains a constant. Throws an exception if it contains an expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Boolean
    public bool Value {get;}
    See Also