Hello,
I have a multiline text box that I am filling with data from my SQL Server. The contents of this field contain paragraphs of text with line breaks. When I preview the report or run the project and view in the "Report Viewer" the line breaks are not shown. If I look at the HtmlPreview I do see the line breaks as expected. If I display the contents of the text box to the debugger using System.Diagnostics.Debug.Print I can see the linebreaks fine in the output window. If I export the report to PDF, I also see the line breaks.
So it seems that the data is good but I have problems when viewing the the report viewer or preview mode. Any suggestions on what may be going on here?
Thanks,
Chris
I have a multiline text box that I am filling with data from my SQL Server. The contents of this field contain paragraphs of text with line breaks. When I preview the report or run the project and view in the "Report Viewer" the line breaks are not shown. If I look at the HtmlPreview I do see the line breaks as expected. If I display the contents of the text box to the debugger using System.Diagnostics.Debug.Print I can see the linebreaks fine in the output window. If I export the report to PDF, I also see the line breaks.
So it seems that the data is good but I have problems when viewing the the report viewer or preview mode. Any suggestions on what may be going on here?
Thanks,
Chris