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

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