65.9K
CodeProject is changing. Read more.
Home

New line in textbox of Microsoft rdlc report

starIconstarIconstarIconstarIconstarIcon

5.00/5 (14 votes)

Nov 16, 2010

CPOL
viewsIcon

110495

Ever tried to put a break in the textbox of the rdlc report? \n and such don't work...

You have to put System.Environment.NewLine in the string, so your excpression will look something like = Fields!MyField1.Value + System.Environment.NewLine + Fields!MyField2