Has anyone found a way to have SQL Server Reporting Services dynamically generate reports of SharePoint 2007 lists based on the onscreen filtering/sorting and the underlying SharePoint View (columns, groupings)
We like the flexibility to give power users a way to set up their own custom views of SharePoint lists but we need to find a way to let them produce reports based on their views.
Unfortunately, our users still have a requirement to generate professional looking paper reports. The print capabilities of IE7, although much improved over IE6, are still not good enough for reports that are sent outside of our company. Specifically missing from IE7 are customization of page headers/footers (for company names/logos); and the abillity to save the configurations done within the IE7 print preview window.

Use Reporting Services to print SharePoint lists?
Stojance
sam-pan
NickUk
Gerry,
Can you poist a sample of an RDL file that you are generating...Unfortunately, this is a problem many (if not all) of us folks deploying SharePoint (and MOSS) are dealing with. I had hopes that the SP2 release of SQL Reporting Services would help us, but sadly no.
If you can't post a good sample, I can send you my e-mail.
Thanks for your help,
Dave C
anomolous
There is no query builder for using this extension, but they provide plenty of examples on what to do.
mcdonaldn
Hi,
Did anyone found a solution to this problem I want to generate a report from two SharePoint lists (MOSS) that are joined by a common lookup field.
Thanks,
Soumitra
bozydar
We couldn't find any easy way out, so we're creating our own solution which writes an .rdl file based on the current list and view to the wss site's report library, then starts SSRS with the .rdl file as input. Wish we didn't have to do this, but it seems like the only option. The solution is invoked through a "PrintView" option we added to the Action menu.
A.Issa
I found decent free instructions here:
http://rockstarguys.com/blogs/colin/archive/2006/11/10/accessing-sharepoint-list-items-with-sql-server-2005-reporting-services.aspx
I'm more of a T-SQL guy so the XML Querying is very new for me. So from the instructions in the link above I was successful (in development) in Querying my list as a XML source and got my list items from a single list back alright.
Also some thought:
http://jasondotnet.spaces.live.com/blog/cns!BD40DBF53845E64F!142.entry
One of the commentors Thock shows a unique way to get the XML source by referencing the RSS feed. But for me I need more XML Querying knowledge I was only able to get a few columns to show and not the ones I wanted.
Also can anyone point me in the right direction like a secret decoder key to convert my old school T-SQL querying skills to current XML, CAML and what not skills
Dave Waterworth
Did you try exploring the database For simple lists I use it all the time, I am not sure how you go about capturing the context.
You might also explore using SOAP and XSLT, you could make the query based on the page, then format it any way you like.
fu wing
Soumitra,
Did you find any soulution to this I want to create SSRS Reports using SharePoint Lists.
Thanks
-Kiran
MiXen
Rafael Leonhardt