Report Builder 在文本框上返回 "Expression expected"

Report Builder returning "Expression expected" on a textbox

我懵了,这怎么不是一个表达式?我在标题中使用以下表达式作为文本框的占位符时出现错误。

=IF(COUNT(Fields!item.Value, "FGInputTest")=0,"Item and lot combination do not exist", First(Fields!item.Value, "FGInputTest"))

SSRS if 语句拼写为 'Iif' 而不是 'If'