ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / JsonConverterAttribute Class / JsonConverterAttribute Constructor

In This Topic
    JsonConverterAttribute Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal converterType As Type, _
       ByVal ParamArray converterArguments() As Object _
    )
    public JsonConverterAttribute( 
       Type converterType,
       params object[] converterArguments
    )

    Parameters

    converterType
    converterArguments
    See Also