Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlObject Class / RdlObject Constructor / RdlObject Constructor(Object)
The object constant.

In This Topic
    RdlObject Constructor(Object)
    In This Topic
    Initializes a new instance of the RdlObject class with a constant.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Object _
    )
    public RdlObject( 
       object value
    )

    Parameters

    value
    The object constant.
    See Also