65.9K
CodeProject is changing. Read more.
Home

New line in textbox of Microsoft rdlc report

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.50/5 (2 votes)

Nov 22, 2010

CPOL
viewsIcon

24261

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