|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Announcements
Chapters
Services
Feature Zones
|
Note: This is an unedited contribution. If this article is inappropriate,
needs attention or copies someone else's work without reference then please
Report This Article
IntroductionThis article explains how to integrate SQL Reporting Services with Windows SharePoint Services 2.0. Introduction to SQL Reporting ServicesSQL Server 2005 Reporting Services is a server-based reporting platform that you can use to create and Configuring SQL Reporting Services 2005 with WSS 2003Prerequisites1. SQL 2005 Reporting Services stsadm.exe -o addwppack -force –filename "C:\Program Files\Microsoft SQL Server\80\Tools\Reporting Services\SharePoint\RSWebParts.cab"
Creating SQL ReportSteps:1. Open SQL Server Business Intelligence Visual Studio 2005.
3. In Solution explorer Right click Shared Data sources and select add new data source.
4. Enter the name of the data source and select the type of data source. 5. Enter the web service URL as connection string for the data source.
6. Right click the Reports in solution explorer and select add new report. 7. Follow the Reports wizard and choose the data source. 8. Connection string is to be in the xml soap format. <Query> <SoapAction> "COLOR: blue; TEXT-DECORATION: underline; text-underline: single" href="http://tempuri.org/GetEmpInfo">http://tempuri.org/GetEmpInfo </SoapAction> </Query>
9. Choose the report fields from the data columns.
10. Save the Report.
Deploying Reports in SQL Reporting ServicesSteps
(For e.g. http://10.230.207.40/ReportServer$SQL2005)
2. Right click the solution and select Build then Deploy the solution. Integration with Windows SharePoint ServicesSteps1. Create New Web part Page in WSS.
2. Insert the Report Viewer Web Part form Virtual Server Gallery.
3. Select Modify Shared web part and Enter the report URL.
Report Preview
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| You must Sign In to use this message board. | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 18 May 2007 Editor: |
Copyright 2007 by Udayakumar Ethirajulu Everything else Copyright © CodeProject, 1999-2008 Web09 | Advertise on the Code Project |