Inconsistency in HTML and PDF format

  • Hello all i am currently using a custom aggregate function to Concatenate certain fields and group the others. The concatenation is done be leaving an empty line inbetween. The problem is that the New Line Break is getting displayed in the PDF format of the Reports generated using Reporting Service 2005 but in the HTML (using IE) format the Line break does not occur, can anyone help me out with this. Doesnt IE support New Line?

  • This was removed by the editor as SPAM

  • One of the only sure fire ways to get an empty line to appear in almost all formats is to use the ASCII characters, for instance:

    "string" & chr(10) & chr(13) & "end_of_string"

    Good Luck

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply