November 16, 2015 at 10:06 am
I want to make it look like this and have the same structure carry over to the visual studio online or TFS re[ository when I click deploy.
Shared Data Sources
-- DEV
Management
-- Report1
Accounting B
-- Report1
-- Report2
vendors
-- Report1
-- Report 2
......
Please Help
Thanks
November 16, 2015 at 11:21 am
A limitation of SSRS... you have to make each folder equate to a single project. You can then wrap multiple projects into a single solution but you can't make sub-folders in your project and deploy them to different SSRS folder paths.
Derik Hammer
@SQLHammer
www.sqlhammer.com
November 16, 2015 at 2:30 pm
Then is there an easy way to copry or migrate all file to a source control in VS TFS online?
November 16, 2015 at 3:46 pm
I've never used TFS online. Here are the steps to do it if you used VS / TFS on-prem, maybe it is similar.
1. Start by creating a directory to hold everything.
2. In VS, create a new blank solution file in the root of that directory.
3. Copy over the projects that you have into that directory (one sub-directory per project).
3.a. Project files use relative paths to the project file. As long as you don't disturb the project sub-directories, your projects will not be effected.
4. Open the blank solution file and add your projects to the solution.
Derik Hammer
@SQLHammer
www.sqlhammer.com
November 17, 2015 at 8:20 am
I have attached a picture of what I am trying to do. Sound like someone have been able to do it. and its doable.
November 17, 2015 at 9:06 am
You need to structure your folders into projects. See attached screenshot.
Derik Hammer
@SQLHammer
www.sqlhammer.com
November 17, 2015 at 10:44 am
Is there a book or descriptive direction or step by step information somewhere to read or follow?
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply