Problem breaking Reportviewer and RDLC with records

I wonder if anyone can help. I have a C # web application that uses a Reportviewer control that uses RDLC files to generate reports.

The problem I am facing is that any fields in the database that have a line break in them look like this in the report

458% 20Kingshighway% 0ALynnwood% 0A0081% 0ASouth% 20Africa

Does anyone know what is going wrong? Does this have anything to do with HTML encoding?

Thanks Airlok

+3
source share
1 answer

you must use the "vbcrlf" function, applying line breaks in the report

+2
source

All Articles