I'm not sure where to ask this question. I've been all over the web looking for an answer.
I'm trying to export a report as pipe delimited and without headers. I've found several discussions about how to change the config file on the server. But I'm not there yet.
I'm on my local machine. I'm running VS 2015 (14.0.25431.01 Update 3). It has SQL Server Reporting Services (14.0.806.134) installed. I can create a report as a Report Server Project. When I preview the report then go to export (not deploy) it as CSV the resulting file has headers. I need to remove those headers.
Some say I need to edit the config file rsreportserver.config For example, "Open rsreportserver.config file under C:\Program Files\Microsoft SQL Server{INSTANCE}\Reporting Services\ReportServer in reporting server."
Why would it be under SQL Server folder? Do I need a SQL Server installed/running to make VS work? I don't think so. What if I have more than one server installed locally? Nothing in my VS setup indicates what server to use. So how would VS ever find this file?
I did find rsreportserver.config in 2 places under a local instance of SQL Server 2016 Developer. Changing these did not affect the VS output. I didn't expect it to since VS knows nothing about any servers until I make some explicit connection.
My question is how can I configure VS Reporting Services Report Designer to create a pipe delimited, no header export?