ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace / EnumNumericConverter Class / EnumNumericConverter Constructor
A System.Type that represents the type of enumeration to associate with this converter.

In This Topic
    EnumNumericConverter Constructor
    In This Topic
    Initializes a new instance of the EnumNumericConverter class for the given type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As Type _
    )
    public EnumNumericConverter( 
       Type type
    )

    Parameters

    type
    A System.Type that represents the type of enumeration to associate with this converter.
    See Also