Hi there!
I have a report and I have a subscription to it.
The subscription has been made through the Report Manager and its purpose is to deliver the report as a CSV file to the File Share. Generally speaking, it works fine but there are a couple of issues: the CSV contains columns headers and it uses a comma as the
fileds separator.
I do not want the file have Column Headers\Fields Separator and I do not see a clear way of how it could be done.
I have found an interesting article describing how it could be accomplished if rendering a report interactively. In a nutshell, we can provide
additional parameters for the URL string and thus redefine the default behaviour.
I have also made a research on the Reportserver.Subscriptions table thinking I could update the ExtentionSettings column to include NoHeader and ColumnDelimiter parameters. This article
describes the ExtentionSettings field and it says that I cannot utilize those parameters when dealing with the Reportserver.Subscriptions table since there are just no such parameters.
So my question is: what can I do to control NoHeader and ColumnDelimiter behavior in a Subscription process?
Thanks in advance!