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
source
share