【问题标题】:SSRS 2005 export to csv - I don't want the header?SSRS 2005 导出到 csv - 我不想要标题?
【发布时间】:2023-03-05 11:46:01
【问题描述】:

当前,当报告导出为 CSV 时,我的 SSRS 2005 服务器正在将文本框的名称导出为标题。我已尝试更改 rsreportserver.config 文件中的设备信息设置:

<Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.CsvRenderer.CsvReport,Microsoft.ReportingServices.CsvRendering">
            <configuration>
                <DeviceInfo>
                    <NoHeader>true</NoHeader>
                </DeviceInfo>
            </configuration>
        </Extension>

重新启动 Reporting Services 后,我仍然收到标题。我所做的更改是否正确?

【问题讨论】:

标签: reporting-services reportingservices-2005


【解决方案1】:

我终于弄清楚为什么没有对 rsreportserver.config 进行更改。

  1. 我没有大写“Configuration”和“/Configuration”。
  2. 重新启动报告服务不会重新加载此配置文件;重新启动 IIS 会重新加载此配置文件。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-02-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多