如何在asp.net中的网站reportviewer中获取打印按钮
在网站的报告查看器中,我没有获得打印选项。
我已经使用了
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它没有显示的原因是因为打印按钮是一个 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.