简体   繁体   English

您可以使用 SQL Server Reporting Services、SSRS 2008 来托管 intr.net 站点吗?

[英]Can you use SQL Server Reporting Services, SSRS 2008, to host an intranet site?

The project I'm on has a single server running both the SQL Server 2008 R2 database and the SSRS Reporting Services.我所在的项目有一台服务器同时运行 SQL Server 2008 R2 数据库和 SSRS Reporting Services。 Can I utilize SSRS to host a simple intr.net site that would allow users to modify reference table data via a web app that I created?我可以利用 SSRS 托管一个简单的 intr.net 站点,允许用户通过我创建的 web 应用程序修改引用表数据吗?

I know SSRS is no longer tied directly to IIS. Is it possible to use SSRS's hosting facilities or will I be forced to install IIS?我知道 SSRS 不再直接绑定到 IIS。是否可以使用 SSRS 的托管设施,或者我是否会被迫安装 IIS?

I have read articles on how to utilize report parameters to do simple CRUD operations (http://www.sqlservergeeks.com/articles/sql-server-bi/26/using-sql-server-reporting-services-to-manage-data), but I'd prefer another solution, because at some point the data entry piece will be used to do more than manage lookup table data.我已经阅读了有关如何利用报告参数进行简单的 CRUD 操作的文章(http://www.sqlservergeeks.com/articles/sql-server-bi/26/using-sql-server-reporting-services-to-manage-数据),但我更喜欢另一种解决方案,因为在某些时候,数据输入部分将用于做比管理查找表数据更多的事情。

Any suggestions?有什么建议么? Thanks!谢谢!

Can I utilize SSRS to host a simple intr.net site that would allow users to modify reference table data via a web app that I created?我可以利用 SSRS 托管一个简单的 intr.net 站点,允许用户通过我创建的 web 应用程序修改引用表数据吗?

Yes you could do that.是的,你可以这样做。 From the different elements in a SSRS report you can link to web pages, so the report could link to your web app, then have the web app link back to reports.从 SSRS 报告中的不同元素,您可以链接到 web 页面,因此该报告可以链接到您的 web 应用程序,然后让 web 应用程序链接回报告。

Also, one report could link to another report, and you could accomplish an intr.net with a dashboard page that links off to dozens of other reports.此外,一个报告可以链接到另一个报告,并且您可以使用一个链接到许多其他报告的仪表板页面来完成一个 intr.net。

I know SSRS is no longer tied directly to IIS. Is it possible to use SSRS's hosting facilities or will I be forced to install IIS?我知道 SSRS 不再直接绑定到 IIS。是否可以使用 SSRS 的托管设施,或者我是否会被迫安装 IIS?

In order to just run reports you would need an install of IIS, but in order to run other web applications, you will need a web server, and IIS will do the job.为了只运行报告,您需要安装 IIS,但为了运行其他 web 应用程序,您需要一台 web 服务器,而 IIS 将完成这项工作。

As far as the data entry goes, you are probably best off using your web application rather than trying to implement data entry in the report.就数据输入而言,您最好使用 web 应用程序,而不是尝试在报表中实现数据输入。 Technically you can do data entry using parameters on the reports, but it is a very ugly solution.从技术上讲,您可以使用报告中的参数进行数据输入,但这是一个非常丑陋的解决方案。

Still using Sharepoint with SSRS might give you want you want.仍然使用 Sharepoint 和 SSRS 可能会给你想要的。 Another option would be to use OneNote for some of the intr.net pages, and put the OneNote files on a shared.network location.另一种选择是对某些 intr.net 页面使用 OneNote,并将 OneNote 文件放在 shared.network 位置。 You will still need your web app to enter data.您仍然需要 web 应用程序来输入数据。

I hope this answers you question.我希望这能回答你的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在SQL Server Reporting Services 2008中的图像控件中使图像居中? - How can you centre an image within the image control in SQL Server Reporting Services 2008? SQL Server 2008 Reporting Services可以使用对象列表作为ASP.NET应用程序中的数据源吗 - Can SQL Server 2008 Reporting Services use a list of objects as a data source in a ASP.NET application Reporting Services 2008可以与SQL Server 2005一起用作目录数据库吗? - Can Reporting Services 2008 be used with SQL Server 2005 as the catalog database? 是否可以在不升级SQL Server的情况下将Reporting Services 2008升级到Reporting Service 2008 R2 - Can I Upgrade Reporting Services 2008 to Reporting Service 2008 R2 without upgrading SQL Server SQL Server Reporting Services(SSRS)中的查询 - Query in SQL Server Reporting Services (SSRS) SQL Server Reporting Services(SSRS)的安装和配置? - SQL Server Reporting Services (SSRS) installation and configuration? 在SQL Server 2008 Express上运行的Reporting Services - Reporting Services running on SQL Server 2008 Express SQL Server 2008报告服务抛出错误 - SQL Server 2008 Reporting Services Throwing Error SQL Server 2008 [Release] 1 中的 Reporting Services 安装 - Reporting Services Installation in SQL Server 2008 [Release] 1 SQL Server 2008 / Reporting Services查询 - SQL Server 2008 / Reporting Services query
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM