I am using reporting functionality in v9 SR3.
I have several reports that contain a memo control that should be populated with text entered into a memo field by a user in one of the forms. This text is expected to be multiple paragraphs. The text is displayed correctly in the form and stored correctly in sql server, however when it is displayed on the report, all the the line breaks have been stripped out and it displays as one long line. I also tried formatting the text in the stored procedure that populates my business object to add in a carriage return and a line break, but that didn't work either.
Has anyone come across this before or have any suggestions on a work around so that this text will display correctly?