FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / C1Mapper Class / C1Mapper Constructor
The IMapperOwner to assign.

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

    Parameters

    owner
    The IMapperOwner to assign.
    See Also