Posted by: intelbot on: January 28, 2010
Problem : In SSRS, when you export the report in CSV format, you will not get values. (Export Limitations in SSRS) Solution : The data renderers, CSV and XML, only show data and not any layout, means it display non-static data. Data renderers don’t render static data by Default, they only render expressions. So either [...]