
Step 7:The next step in the wizard is building the query. After making all the change give a name to the Data Source and click next.
Report builder sharepoint windows#
Click on the credentials and Select “Use Windows authentication”. Step 6: For using the List web Service select the XML data source type and in the connection string provide the List.asmx service URL. So the other option to communicate with the SharePoint List is using List web service.

But when we have folders in the List then this approach doesn’t work( or at least it didn’t work for me ). “Microsoft SharePoint List” type works fine with a list with no folders. There are multiple Data Source type that you can choose from. Either you can chose a existing Data Source or you can create new one. Step 5 : In the next steps you need to select the Data Source. Step 4 : After clicking on the “Add New Report ” you will see a Report Wizard screen.Click Next and proceed with wizard. Add a new report under the Reports folder. Step 3 : Once you have created the project, in the Solution Explorer you will see three folders. Provide the name and location for the project. Step 2 : Select the “Report Server Project” template from the available templates. Step 1 :Open your SQL Server 2008 Business Intelligence development Studio and create a new project as shown below. This is different from the generating report from list without folders.įollow the below steps and at the end of this blog you will be able to successfully generate a SSRS report with List with folders.
Report builder sharepoint how to#
In this blog I am going to explain how to use SSRS Reporting tool to generate a Report from SharePoint List with folders. which you can use to generate reports with large data. Microsoft provides you multiple BI tool like SSRS, Power Pivot, PPS etc. In those cases creating a List view doesn’t fulfill the requirement as it can only show 5000 items for normal user. Most of the time business user wants to generate a excel sheet out of a List for huge data.

Yes you can increase the threshold limit from the Central Admin but this is not advisable as the performance takes a hit when you make this change.

This is due to the threshold limit set to 5000 in the Central Admin. SharePoint allows you to store millions of item in SharePoint List but when it comes to viewing those items you cannot view more than 5000 items.
