天天看点

SharePoint2010部署ReportingServices

来源:http://hi.baidu.com/sygwin/item/29e2344bc35b880fc01613e6

操作环境:Windows Server 2008 r2 + SharePoint2010+ Sql Server 2008

本文介绍的是如何把ReportingServices集成到SharePoint2010当中。

第一步:配置Sql Server报表服务--Web服务URL

打开Reporting Services 配置管理器,连接需要的报表服务器实例,点击Web服务URL,根据需要填写相关配置项,最后单击应用按钮:

(我的配置端口是8080 因为默认的80端口已经被占用)

SharePoint2010部署ReportingServices

第一二步:配置Sql Server报表服务--创建数据库

单击 Reporting Services 配置管理器中的数据库,查看你的报表服务器模式是否为SharePoint模式,如果不是,请单击更改数据库按钮,选择新建或已存在的数据库,输入相关项,注意选择SharePoint模式而不是本机模式.

SharePoint2010部署ReportingServices

第一二步:配置Sql Server报表服务--配置报表服务器URL

SharePoint2010部署ReportingServices

自此已完成ReportingServices配置

(SharePoint2010的配置)

第四步:进入SharePoint管理中心,点击:General Application Settings(一般应用程序设置) 然后选择Reporting Services Integration(Reporting Services 集成 )

SharePoint2010部署ReportingServices

进入SharePoint集成配置里面,输入报表服务器Web服务URL和凭据,然后单击确定:

SharePoint2010部署ReportingServices

第五步:进入一般应用程序设置  单击Add a Report Server to the Integration (将报表服务器添加到集成):

Server Name:填写报表服务器名称,然后选择实例,单击OK(确定),可能会让你输入帐号,在输入时请以:域名\帐号名 格式

SharePoint2010部署ReportingServices

自此我们完成了SharePoint2010的配置,下面就可以添加报表了。

第六步:打开一个SharePoint应用程序,做下图操作:

SharePoint2010部署ReportingServices

单击Site Collection Features(站点集功能)

SharePoint2010部署ReportingServices

然后激活Report Server Integration Feature (报表集成功能):

SharePoint2010部署ReportingServices

现在就可以在自己的SharePoint应用程序里添加报表了,看下图,嘻嘻:

SharePoint2010部署ReportingServices
SharePoint2010部署ReportingServices

单击Click here to open the tool pane 选择一个你已经上传到库里的报表文件(rdl),进行相关设置,点击确定即可。

上传报表文件(rdl)到文档库:

SharePoint2010部署ReportingServices

继续阅读