ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Object _
    )
    public RdlObject( 
       System.object value
    )

    Parameters

    value
    The object constant.
    See Also