Monday 25 October 2010

New Line in a Text Box

In a text box field you can use the following code to force reporting services to start a next line.


'This the first line'+ VBCRLF +
'This is the second line'+ VBCRLF +
'This is the third'

3 comments:

  1. HI,
    Try this:
    'This the first line'& VBCRLF &
    'This is the second line'& VBCRLF &
    'This is the third'

    ReplyDelete
  2. Does the & make any difference are they any advantages in using it?

    ReplyDelete
  3. after importing this report into excel sheet, its coming in only 1 row.can anyone help plz ?

    ReplyDelete

Keep SSRS (SSRS2016) report manager awake

When running a report for the first time in report manager it takes a while to run, after this initial run reports run fine.  There are a ...