ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderC1Printable Class / RenderC1Printable Constructor / RenderC1Printable Constructor(Object)
The object to assign to the Object property.

In This Topic
    RenderC1Printable Constructor(Object)
    In This Topic
    Initializes a new instance of the RenderC1Printable class, and assigns the Object property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal obj As System.Object _
    )
    public RenderC1Printable( 
       System.object obj
    )

    Parameters

    obj
    The object to assign to the Object property.
    See Also