Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Body Class / Body Constructor
C1RdlReport object containing this object.

In This Topic
    Body Constructor
    In This Topic
    Initializes a new instance of the Body class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1RdlReport _
    )
    public Body( 
       C1RdlReport owner
    )

    Parameters

    owner
    C1RdlReport object containing this object.
    See Also