Hi,
I have added the following into the rsreportserver.config file however it doesn't export the column headings, does anyone know how to include the column headings? Thanks in advance
<Extension Name="Pipe" Type="Microsoft.ReportingServices.Rendering.CsvRenderer.CsvReport,Microsoft.ReportingServices.CsvRendering">
<OverrideNames>
<Name Language="en-US">Pipe Delimited Text File</Name>
</OverrideNames>
<Configuration>
<DeviceInfo>
<FieldDelimiter>|</FieldDelimiter>
<NoHeader>true</NoHeader>
</DeviceInfo>
</Configuration>
</Extension>
I have added the following into the rsreportserver.config file however it doesn't export the column headings, does anyone know how to include the column headings? Thanks in advance
<Extension Name="Pipe" Type="Microsoft.ReportingServices.Rendering.CsvRenderer.CsvReport,Microsoft.ReportingServices.CsvRendering">
<OverrideNames>
<Name Language="en-US">Pipe Delimited Text File</Name>
</OverrideNames>
<Configuration>
<DeviceInfo>
<FieldDelimiter>|</FieldDelimiter>
<NoHeader>true</NoHeader>
</DeviceInfo>
</Configuration>
</Extension>