views:

66

answers:

2

Hi, I am looking for a fancy way the print individual work items in TFS. OK ... maybe not the work item directly but I need to produce printable forms based on data on a work item. And by fancy I mean: header, footer, formatting, tables maybe ... stuff like that.

No, I am not trying to print a list of work items, read carefully, I need an output based on a single work item.

For those who are wondering "Why on earth do you need that?" I should say: We are keeping everything on TFS around here. (For now only software development stuff, but I am thinking bigger...) Sometimes somethings need to be on hard copy, to be signed for instance, and that is why I need printable forms.

A: 

You can use the Reporting services to create nice reports.

Access to the reporting services. http://[tfsservername]/reports

Use the report designer with the standard cube's.

Here a link to get you started

rdkleine
I wouldn't point at the cube for this. Point at the TFSWarehouse.
Robaticus
+2  A: 

Though I agree that Reporting Services is probably the best way to accomplish this, you could alternatively write a web application that queries TFS and formats the data into a nice, printable HTML page. If you really wanted to, you could even look at some of the PDF libraries that are out there and just form-fill a PDF.

Robaticus
For PDF ... LaTeX is open source and crazy customizable, but ... involves a learning curve, and the difficulty depends on how fancy you want to make it. Chances are that LaTeX is more customizable than anything else. It is also free! MikTeX for Windows is great!
Hamish Grubijan