I would like to force a break in a field so that rather than read July 2006 it reads
July
2006
I tried : =IIF(Fields!Q.Value = 1,"July" & CHR(10) & Fields!Y.Value.ToString, "")
But no dice.
I also noticed that the borders I add to fields display so differently from the preview and the actuall delopyment. Is there a way to see what the report looks like without delopying it?
Thanks
D