Home  >  Article  >  Database  >  SharePoint 集成SqlServer2005报表

SharePoint 集成SqlServer2005报表

WBOY
WBOYOriginal
2016-06-07 15:34:461064browse

1、制作报表的过程很简单,在VS2005中创建项目,选择报表服务(安装SqlServer2005后才有这个项目) 2、安装SQL 2005的web part,文件地址为C:/Program Files/Microsoft SQL Server/90/Tools/Reporting Services/SharePoint下面,可以找到安装文件RSWebParts.

1、制作报表的过程很简单,在VS2005中创建项目,选择报表服务(安装SqlServer2005后才有这个项目)

2、安装SQL 2005的web part,文件地址为C:/Program Files/Microsoft SQL Server/90/Tools/Reporting Services/SharePoint下面,可以找到安装文件RSWebParts.cab。使用命令行安装web partC:/Program Files/Common Files/Microsoft Shared/web server extensions/12/BIN/STSADM.EXE -o addwppack -filename

3、 编辑SharePoint 页面,加入Web Part ,ReportView是用来显示单个报表的。Report Explorer 可以在整个report服务器上浏览报表。

4、此时所需设置权限,在IIS站点中找到Reports,浏览网站,并添加IUSER 用户,设置该用户角色。然后在IIS站点中找到ReportService,设置该站点允许匿名访问。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn