I have a suite of reports in a solution. Some the reports use the same expression for a tooltip. For 1 of the reports the report will not load correctly on the server. It just has those picture icons that you have to right click to see(though right clicking does nothing). Anyway when I remove the expression from the tooltip the report will run great in dev and in prod. In debug mode on my client the report will run fine whether the tooltip is there or not.
Here is the expression:
=Format(DateValue(Fields!ProcessDate.Value)) + vbcrlf + CSTR(FORMAT(Sum(Fields!FS.Value),"#,#"))
I also tried pulling the data into my dataset formatted with sql statments and put that in the tooltip and I got the same result. Worked fine in debug mode but not in dev or prod..... I also created the report from scratch and it still tanks in dev and prod.......
DBA Developer