Hi Jefta,
Thanks for posting your question here. This issue may be caused by the font type
discrepancy between SQL Server 2005 SP3 and PDF, to figure out it, there is one work-around: replace the
carriage return
with “VbCrLf”. In SSRS, “VbCrLf” has the same effect as
carriage return.
For example, type in the textbox of comment field with below expression.
=Replace(Fields!conment.Value,CHR(10),VbCrLf)
There is one similar thread, please refer to:
SSRS
2005 - Carriage Return Problem.
Hope it helps you. If the issue still exists, please let me know.
Thanks,
Sharp
Please remember to mark the replies as answers if they help you and unmark them if they provide no help.