I'm getting a #ERRROR on the following format, the data that has the error is "//".
I would have assumed that the IsDate would have taken care of this. Below is the expression statement
=iif(IsDate(Fields!My_DATE.Value),FORMAT(CDATE(Fields!My_DATE.Value),"MM/dd/yyyy"),"")