Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / CodeModule Class / CodeModule Constructor / CodeModule Constructor(String)
Value of Name property.

In This Topic
    CodeModule Constructor(String)
    In This Topic
    Initializes a new instance of the CodeModule class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public CodeModule( 
       string name
    )

    Parameters

    name
    Value of Name property.
    See Also