Archive for March, 2015

do not want header in ssrs export

March 16, 2015

Problem: do not want header row in a particular SSRS export, but want it in others

Solution: Add a new export type eg “csv – no header”

Locate the rsreportserver.config

Add the following to extension section of the file

CSV No Header

true

for other formats find the relevant “with header” section and create a new entry based on the above xml

see: http://stackoverflow.com/questions/11531896/how-to-export-a-csv-without-header-in-ssrs