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

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

    Parameters

    validatorType
    validatorArguments
    See Also