Hi. We run std 2008 r2. I downloaded an rdl whose 2 date/partial time cols used to expand on the server to accommodate times with two digits in hr. When I preview in vs 2008, everything is ok. But when I copy back to the server, these longer date strings now wrap to next line. Why is this? Only change was to a param's drop down ds query.
expression for one of the cols is
=Format(Fields!LoginDt.Value, "MM/dd/yy"&" "&"h:mm tt")
height is currently allowed to increase.