问题
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?
回答1:
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.
来源:https://stackoverflow.com/questions/9894385/changing-column-header-in-ssrs-doesnt-show-updated-name-when-exporting-to-csv