SSRS 2005 tabs/newline characters display in table
- by Paul Creasey
Hi,
How can i get a column in an SSRS 2005 report to render control chars like new lines and tabs?
For example:
SELECT
VW.System_name + CHAR(13) + CHAR(9) + ' > ' + VW.PTS_NAME + CHAR(13) + CHAR(9) + CHAR(9) + ' > ' + VW.FEED_NAME as Name
In SSRS (and SSMS Results to Grid Mode) table will render as:
TRIPLE > HYBRIDS >…