Hi all,

I am making a custom version of the Account Overview report and, among
other changes, increasing the number of Contacts displayed from 10 to
20. This is the code that I found that does it:
"=IIF(Fields!fullname.Value = "(Limited to 10 contacts) - -
",ReportItems!txtlimited10con.Value,Fields!fullname.Value)"

Can anyone please tell me how to change it to do what I want? If I
change the 10s to 20s and I build I get this error message:
"The value expression for the textbox 'txtAddcontacts' refers to the
report item 'txtlimited20con'. Report item expressions can only refer
to other report items within the same grouping scope or a containing
grouping scope."

I couldn't find much help for ReportItems. What I understand is,
supposedly, there is a report item out there of type textbox called
"txtlimited10con" that has a value of 10.

Thanks,
Mohamed