如何在asp.net中的网站reportviewer中获取打印按钮

发布于 2024-09-13 07:19:04 字数 140 浏览 1 评论 0原文

在网站的报告查看器中,我没有获得打印选项。

我已经使用了

ReportViewer1.ShowPrintButton =true;

但仍然没有打印选项。如何在asp.net中的网站reportviewer中获取打印按钮

in Report viewver in website im not getting the print option.

i have used

ReportViewer1.ShowPrintButton =true;

but still no print option came. how to get print button over here in website reportviewer in asp.net

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

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

发布评论

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

评论(1

暖风昔人 2024-09-20 07:19:04

它没有显示的原因是因为打印按钮是一个 Active X 控件 - 没有任何插件的 Firefox 不支持。

如果您在 IE 下遇到该问题,请检查您的安全设置以查看 Active X 是否被阻止。

The reason it's not showing is because the print button is an Active X control - not supported by Firefox without any plugins.

If you are getting that issue under IE, check your security settings to see if Active X is getting blocked.

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