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

心不动则不痛 提交于 2019-12-24 02:43:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!