New line in textbox of Microsoft rdlc report
As an alternate, you could use the VB newline constant vbCrLf, so your expression will look something like= Fields!MyField1.Value + vbCrLf + Fields!MyField2.Value
As an alternate, you could use the VB newline constant vbCrLf, so your expression will look something like
= Fields!MyField1.Value + vbCrLf + Fields!MyField2.Value