如何让 Sql Server Bis 2008 在仅更新 SSRS 报告格式时不重新运行查询?

发布于 2024-11-17 07:59:03 字数 121 浏览 2 评论 0原文

几个星期以来,我和我的同事一直在尝试阻止 BIDS 在仅修改 Sql Server Reporting Services 报表布局后从“设计”视图切换到“预览”时运行单独的查询。这是一个错误还是一个功能,或者我们可能做错了什么?

For several weeks my colleagues and I have been trying to keep BIDS from running a separate query when switching from Design view to Preview after only modifying a Sql Server Reporting Services report layout. Is that a bug or a feature or are we likely doing something wrong?

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

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

发布评论

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

评论(1

維他命╮ 2024-11-24 07:59:03

如果您使用相同的参数运行报告,则不会发生这种情况。

每次运行报告时,您应该看到 .rdl.DATA 文件出现在与您正在运行的 RDL 文件相同的文件夹中,其中包含缓存的数据

If you run the report with identical parameters, then this should not happen.

Each time you run a report, you should see a .rdl.DATA file appear in the same folder as the RDL file that you are running, this contains cached data

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