在报告查看器中禁用 Ms Excel

发布于 2024-11-19 06:18:56 字数 152 浏览 4 评论 0原文

嗨, 我正在研究.Net,C Sharp。在我的 ReportViewer 中,在导出按钮中,我只需要 pdf 并且想要禁用 MsExcel。 我已对 rsreportserver.config 进行了更改。 我还需要在我的 aspx 页面或后面的代码中做任何其他事情吗?

hiii,
I am workin on .Net, C sharp. In my ReportViewer, in the Export button, i only need pdf and want to disable MsExcel.
i have made the changes to rsreportserver.config.
Is there anything else i need to do in my aspx page or code behind...

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

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

发布评论

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

评论(1

揪着可爱 2024-11-26 06:18:56

你想做的事情是不可能的。您无法隐藏单个导出选项。您只能隐藏整个导出选项。然而,一切并没有失去。您可以在报表查看器外部创建一个按钮,然后在代码隐藏中处理 PDF 的创建。

What you want to do is not possible. You cannot hide individual export options. You can only hide the entire export option. However, all is not lost. You can create a button outside the report viewer and then handle the creation of the PDF in code-behind.

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