Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing column header in SSRS doesn't show updated name when exporting to csv

I have a simple table in a SSRS report that users need to export to csv. After creating the report I changed a few of the column header names in the table. The report shows up fine when running it, but once a user exports to csv, it shows the old default column header name. Any ideas on how to fix it?

like image 680
Ryan M Avatar asked Sep 19 '25 23:09

Ryan M


1 Answers

The CSV headers are derived from the names of the textboxes that make up the cells of the grid. Make sure you change these appropriately.

like image 113
Jamie F Avatar answered Sep 21 '25 13:09

Jamie F