I'd like to create a simple report that shows files that currently have pending changes (checked out) from a TFS 2008 server. I know that I can "Find in Source Control" option from the Team Explorer, but I rather have a reporting services report if that's possible. Ideally, I'd be able to show when the file was checked out and the user that checked it out, but that's not imperative.
If the data isn't pushed to the TFS data warehouse by default, then I'd like to find the relational table(s) in the SQL Server instance that would need to be queried.
I've spent some time digging around the TFS data warehouse and looking at all of the canned Reporting Services reports that I can get my hands on, but everything seems to be geared towards work items, check-ins associated with work items, etc...