I'm getting this error:
The Value expression for the textrun ‘Textbox233.Paragraphs[0].TextRuns[0]’ contains an error: [BC30057] Too many arguments to 'Public Function IsNothing(Expression As Object) As Boolean'.
When I add the "Group" to the code:
=Sum(IIF((IsNothing(Fields!Deposit_AcctNo.Value, "Deposit_AcctNo1")),0,1))
This gives me a result and doesn't crap out on me, but doesn't give me the answer I expect:
=Sum(IIF(IsNothing(Fields!Deposit_AcctNo.Value),0,1))
I can't seem to add the grouping to it....