SSRS 2008问题:如何关闭冻结窗格

发布于 2024-11-24 22:53:09 字数 65 浏览 0 评论 0原文

我有一个 SSRS 2008 报告,每当默认情况下导出到 Excel 时,它的顶行就会冻结。我不想这样。我该怎么办?

I have a SSRS 2008 Report and whenever exported to excel by default it's top rows become freeze.I don't want so.how can i?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二手情话 2024-12-01 22:53:09

渲染器将​​始终冻结从 SSRS 报告的标题生成的任何行。我认为除非删除报告的标题部分,否则无法避免冻结。

经过一些研究后,有一个 设备信息 标志 <代码>SimplePageHeaders,其中

指示报表的页眉是否渲染到Excel页眉。 false 值表示页眉呈现到工作表的第一行。默认值为 false。

也许您可以使用它来阻止报表标题出现在 Excel 文档中。还有另一篇帖子某种程度描述了如何在服务器上重新配置 Excel 渲染器(或创建自定义渲染器),该渲染器将使用 Excel 的 SimplePageHeaders 设备信息标志省略标题。

The renderer will always freeze whatever rows it produced from the Header of your SSRS report. I don't think you can avoid the freezing unless you remove the Header section of your report.

There is, after doing some research, a Device Information flag for SimplePageHeaders, which

Indicates whether the page header of the report is rendered to the Excel page header. A value of false indicates that the page header is rendered to the first row of the worksheet. The default value is false.

Maybe you can use that to prevent the report header from showing up in the Excel document at all. There is another SO post that sort of describes how to reconfigure the Excel renderer on the server (or create a custom one) that will omit the header using the SimplePageHeaders device information flag for Excel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文