We have created some report template (RDL file) and it's working fine for some of the clients.
But one client is getting issue while processing the report through web service.
org.xml.sax.SAXParseException; lineNumber: 1; colu mnNumber: 149133; Character reference "&#
We already added XML version and encoding type.
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
**Content of report**
</Report>
What could be the cause and how to resolve this issue?