public bool ValidateValueForNull(object newValue, ErrorContext errorContext, string parameterValueProperty)
 {
     return(ParameterBase.ValidateValueForNull(newValue, Nullable, errorContext, Microsoft.ReportingServices.ReportProcessing.ObjectType.QueryParameter, base.Name, parameterValueProperty));
 }
 bool IParameterDef.ValidateValueForNull(object newValue, ErrorContext errorContext, string parameterValueProperty)
 {
     return(ParameterBase.ValidateValueForNull(newValue, base.Nullable, errorContext, AspNetCore.ReportingServices.ReportProcessing.ObjectType.ReportParameter, base.Name, parameterValueProperty));
 }