6.142 rsParameterValueNullOrBlank

rsParameterValueNullOrBlank is a critical error that will occur if ReportParameter.Nullable or ReportParameter.AllowBlank is set to false, but a property within the ReportParameter violates that setting. For example, if the ReportParameter.AllowBlank is set to false, but a Values.Value within ReportParameter.DefaultValue is empty, this error will occur.