Groups | Blog | Home
all groups > sql server reporting services > july 2004 >

sql server reporting services : New Line in HTML


Chris Hays [MSFT]
7/22/2004 2:53:03 PM
You need both a carriage return and a line feed. (chr(13) and chr(10))

--
This post is provided 'AS IS' with no warranties, and confers no rights. All
rights reserved. Some assembly required. Batteries not included. Your
mileage may vary. Objects in mirror may be closer than they appear. No user
serviceable parts inside. Opening cover voids warranty. Keep out of reach of
children under 3.
[quoted text, click to view]

Samuel
7/22/2004 8:38:15 PM
Hi,

I have a field header with multiline ( ascii chr(10) ). But it does not
shown in HTML but does in other formats. Because it is rendered as is and
not as <BR>.

Is it any way to show the newline?

TIA,
Samuel

Samuel
7/23/2004 2:46:32 PM
Hi,

Thanks - It works.

Can you tell me the way to show multiple spaces instead of one space
(&nbsp;) in HTML?

TIA
Samuel


[quoted text, click to view]

AddThis Social Bookmark Button