在报告查看器中禁用 Ms Excel
嗨, 我正在研究.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想做的事情是不可能的。您无法隐藏单个导出选项。您只能隐藏整个导出选项。然而,一切并没有失去。您可以在报表查看器外部创建一个按钮,然后在代码隐藏中处理 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.