I am new to rdl reports and I am trying to change a report for the first time.
I am trying to do the following command:
=IFF(cint(Fields!Headers.Value)=1,"ApplyDate",Fields!APPLYDATE.Value)
However the IFF is underline (error)
What do I have to do to let my report use the IFF statment.