Reporting Services Web パーツ(RsWebParts)を使うと、
Windows SharePoint Services(WSS)または
SharePoint Portal Server 2003(SPS 2003)の
Web パーツとして、Reporting Services のレポートを
Web ページ内に埋め込めます。
使い方は、
Reporting Services Web パーツ(SharePoint)
http://blogs.sqlpassj.org/matu_tak/archive/2004/05/28/2506.aspx
でトラックバックした Bryant Likes さんの「Reporting Services WebParts - Walkthrough」
に書いてある通りなのですが、私の備忘録として手順を書いておきます。
1. RsWebParts のダウンロード
http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=176e78a1-4d90-4860-9bd8-da93dffa8fd1
ダウンロードした zip を解凍すると、Bml.RsWebParts.Setup.CAB ファイルになります
2. CAB ファイルを任意のフォルダなどへコピー
(ここでは c:\rswebparts フォルダとします)
3. コマンドプロンプトから以下を実行
(CAB ファイルのパスは 2 でコピーした場所です)
C:
cd \
cd Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\BIN
STSADM.EXE -o addwppack -filename c:\rswebparts\Bml.RsWebParts.Setup.CAB
以上で下記の7つの Web パーツが「仮想サーバー ギャラリー」に追加されます。
| RS Report View |
レポートを表示するためのパーツ |
| RS Explorer |
レポート一覧を表示するためのパーツ |
| RS Report Export |
レポートをエクスポートするためのパーツ |
| Rs Report Info |
レポートのプロパティ(名前、説明)を表示 |
| RS Report Parameters |
動的レポートの場合のパラメータ指定用 |
| RS Folder View |
- |
| RS Static Report View |
- |