SSRS Text Box Format Help

In the Sales Order comments, it appears like this:

But on the SO Pick List, it looks like this:

How do i get the SSRS to match how it looks in E10?

Thanks!

1 Like

Change your expression to something like this:

=Replace(Fields!CurrentField.Value,CHR(13),VbCrLf)

2 Likes