Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / reporting

New line in textbox of Microsoft rdlc report

2.50/5 (2 votes)
22 Nov 2010CPOL 24.3K  
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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)