A different interface for the Sql Server Reporting Service?

Posted by AngryHacker on Server Fault See other posts from Server Fault or by AngryHacker
Published on 2010-04-30T03:09:36Z Indexed on 2010/04/30 3:18 UTC
Read the original article Hit count: 314

I have a SQL Server 2005 SQL Reporting Services implementation. It seems that the only way to actually access the reports is for the users to use Internet Explorer. The web page uses an ActiveX control to do its printing (and probably other functions as well).

Does SSRS have a different way to access its functionality via the web browser? Like maybe Java or HTML based? If so, how do I actually turn it on?

The reason I am asking is because the security is being tightened and ActiveX controls will be banished, thus the users won't be able to print.

© Server Fault or respective owner

Related posts about sql-server-reporting-serv

Related posts about ssrs