James Wilson
James Wilson

Reputation: 5150

Publishing reports to different folders for Sql Server Data Tools VS 2013

We have a project set up, but all of the reports are in the Reports folder. On our SSRS we have many different folders.

Currently we make a new report and publish it then we have to manually move it into a folder.

How do we make a new report and designate we want this report to publish to a specific folder instead of the default root level.

Upvotes: 2

Views: 2071

Answers (1)

BI Dude
BI Dude

Reputation: 2016

I would restructure the solution. You can create a solution that has multiple SSRS projects and each project can have its own folder. Please see screen shots below.

enter image description here

Upvotes: 5

Related Questions