Click here to Skip to main content
15,922,696 members
Articles / Reporting

New line in textbox of Microsoft rdlc report

Rate me:
Please Sign up or sign in to vote.
2.50/5 (2 votes)
22 Nov 2010CPOL 23.8K   1  
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

Views

Daily Counts

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions