compared to FormatDateTime Good old 'Format' function makes the job a lot easier :
- Format(Fields!ResultDate.Value,"M/d/yyyy")
- Format(Fields!ResultDate.Value,"yyyy")
=IIF(Parameters!MonthlyOrYearly.Value.Equals(Monthly"),Format(Fields!ResultDate.Value,"M/d/yyyy"),Format(Fields!ResultDate.Value,"yyyy"))