I had created report in on of my client website using "Microsoft Report Viewer Control" but a very known problem with Report Viewer is Printing is not possible in other browser instead of Internet Explorer.
Today I have faced a new problem that Print Button is not visible in IE 11 when Client updated their Windows 8 to Windows 8.1.
Then I started goggling and Finally I found that it's happens because of Active X. And I followed these steps give below.
- Start Windows Internet Explorer.
- On the Tools menu, click Internet Options.
- On the Security tab, click Local Intranet, and then click Sites
- Click Advanced.
- Type the URL of your site in the Add this website to the zone box, and then click Add. (in development mode it will be http://localhost)
- Click Close to close the Local Intranet dialog box, and then click OK.
- On the Security tab, click Custom Level.
- Click Enable for each component that is listed under ActiveX controls and plugins.
- Click OK to close the Internet Options dialog box.
- Restart Internet Explorer
- Try printing the report.
It's working fine now !!!.
Hope it will help you. :)

No comments:
Post a Comment