Crowley
Crowley

Reputation: 53

TFS 2013: Uploading new report

We have a fully working TFS 2013 and have access to the default reports of the process template that we are using. Now we created a new report and try to make it appear in the team explorer of VS2013. Searching the internet indicated that the only possible option would be to download the process template, change the reporting part (e.g. adding the new report as default report) and then upload the "default" reports then via command line tool (tfpt addprojectreports ...) Since changing (including adding) areas, iterations and other stuff can be done in the "live" system (without editing the process TEMPLATE), it is hard for me to believe that there is no way to add reports without changing the process template. Does anyone know how to upload a new report? Of course, in the end we would like to see the report in the team explorer...

Upvotes: 0

Views: 63

Answers (2)

timB33
timB33

Reputation: 1987

try http://yourReportingServer/Reports/Pages/Folder.aspx then navigate via collection, project to the folder you want the report to show up in, then "upload file".

Upvotes: 2

ds19
ds19

Reputation: 3175

You can directly upload the .rdl file to SSRS of your TFS instance.

Upvotes: 0

Related Questions