Which UI control should be used to display data using C# TFS APIs (WIQL) so it can be uploaded on report server or can produce .rdl file?
Asked
Active
Viewed 105 times
0
-
A little bit too broad. Can you be more specific and include code that is in question? – whytheq Apr 08 '15 at 11:31
-
There is none directly. Through excel you can convert a query to a report. But that still isn't an Rd file... I don't think there is an easy way to do just that. – jessehouwing Apr 09 '15 at 07:06
-
OK. Then, how should I create TFS complex report (without MDX, SSRS) which can be deployed on report server? – Maddie Apr 09 '15 at 12:23
-
I am creating C# application which is fetching all data from TFS and displaying it on Report Viewer control. How should I deploy this report viewer (rdlc) file on SharePoint so it display TFS data and charts? – Maddie Apr 10 '15 at 05:56
1 Answers
0
You can create a web service in .net that serves the data that you want and consume that easily in Reporting Services...

MrHinsh - Martin Hinshelwood
- 23,409
- 5
- 46
- 69