Reporting services and VBCrlf
-
Wednesday, May 17, 2006 9:05 AM
Hi,I have a textbox in the report that contains the VBCrlf for carrige return(enter) in the textbox.
When i watch the report in the prieview tab in the VS.NET every thing is o.k.
When i deploy the report and watch it in the report manager the VBCrlf has no effect.
The html source shows the enter but without the <br> as it should be.
I tried to inject <br> string to the textbox but the htmlencoding shows lt;btgt;
Any ideas?
All Replies
-
Thursday, May 18, 2006 9:01 AM
Are you running the latest patches on SSRS? I know there were some rendering issues with the initial release. Does it work when you render to PDF?
You cannot inject HTML into a report, it will be url encoded and will not render.
Cheers
Paul
-
Thursday, May 18, 2006 11:13 AM
Hi Paul
I have reporting services 2005 - what patches should i install?
Where can i download these patches?
-
Friday, May 19, 2006 9:30 AM
Try the SQL Server 2005 Service Pack 1 available from the Microsoft download site.
Cheers
Paul
-
Friday, May 19, 2006 10:14 AMThanks - it did help.

