您的位置:首页 > 其它

FW: Deploy reporting services web parts (RSWebParts) to SharePoint 2010

2011-02-11 15:21 676 查看
I had to do this the other day and here are the short and curlies of doing it.

If you have SQL 2008 installed the RSWebParts.cab file can be found @
C:\Program Files\Microsoft SQL Server\100\Tools\Reporting Services\SharePoint

The stsadm.exe can be found here on a 2010 SharePoint install
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN

in SharePoint 2007 the path should be like this below:

[b]C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN[/b]

Cd to this directory and run this command

STSADM.EXE -o addwppack -filename "C:\Program Files\Microsoft SQL Server\100\Tools\Reporting Services\SharePoint\RSWebParts.cab" -globalinstall

The webparts are now available in SharePoint.
They show up under miscellaneous, when you try to add a web part

FW: http://jcrawfor74.wordpress.com/2010/02/09/deploy-reporting-services-web-parts-rswebparts-to-tfs-2010/

Official Reference: http://msdn.microsoft.com/en-us/library/ms159772.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐