Category Archives: SQL Reporting Service

Different rendering role

The report is rendered differently in Web,Excel, PDF, and so on. Render a RETURN, web need char(13)+char(10) and in this order, while char(10) along can make a return in Excel.  If use char(10)+char(13), excel will return twice. Render blank spaces, there … Continue reading

Posted in SQL Reporting Service | Leave a comment