SSRS - textbox ignores tabs or line spacing

I found the solution in case someone else needs it.
You need to set expression of textbox to this:

=REPLACE(Fields!PODetail_CommentText.Value, chr(13), VbCrLf)

Hi,

I am creating a custom report and I want to include in my report the comment section from PODetail (PODetail_CommentText).
The problem is that when I run the report everything is together, textbox is ignoring spaces, tabs, line spacing.

I am using Epicor 10.1.400.7 and SSRS report builder 3.0.


Thank you!

John