How to Create SSRS Report on SharePoint List
There is fairly an easy way to create a SSRS report on SharePoint List. By using an XML data source, we will get access to the SharePoint List. Then, create your own CAML query to manipulate SharePoint List Data. Here is the step by step example of creating SQL Reporting Services report on SharePoint List. 1. Create a Report Server Project in Visual Studio 2. Add a Data Source with following info types: - Name : Should be the Data Source Name - Type : XML - Connection String : Should be the SharePoint Web Service for SharePoint List [Example: http://myintranet/ts/FazlulsWorld/_vti_bin/lists.asmx ] - Credentials: Windows Authentication or choose appropriate radio button 3. Add a New Report: - Select Shared Data Source that you just created - Paste the CAML Query into the Query String. You may have to find out the GUID for the SharePoint List and View on which you are re...
Comments
Post a Comment