Click here to Skip to main content
15,885,985 members
Articles / Reporting
Alternative
Tip/Trick

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.4K   1   4
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)


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

 
GeneralReason for my vote of 4 I always have wanna to know Pin
JackDanyelZ004-Dec-10 23:55
JackDanyelZ004-Dec-10 23:55 
GeneralThat's good to know. All of the other suggestions I've seen... Pin
GBenes23-Nov-10 3:16
GBenes23-Nov-10 3:16 
GeneralRe: Why wouldn't we assume they are run on Windows? It's Microso... Pin
Olga Tabulov28-Mar-11 3:07
Olga Tabulov28-Mar-11 3:07 
Why wouldn't we assume they are run on Windows? It's Microsoft reports afterall...
GeneralReason for my vote of 1 Not best practise at all, unlike the... Pin
Michael Kingsford Gray22-Nov-10 14:59
Michael Kingsford Gray22-Nov-10 14:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.