Monday, March 12, 2012
how to deploy the reports to their own folders?
Studio i created a folder, then i move the reports to this folder, but
from Microsoft Visual Studio, as long as i deploy the project, it still
save my moved reports outside of the folder i created. i wonder how do
i let the system deploy the projects and still save inside the folder i
created. thanks.Use the project properties of the report project to specify the folder you
want the reports and data sources to go to. If you created it in "/My
Reports That Are Cool" then you specify the same folder name in the report
project properties.
-Tim
"Wang Xiaoning" <wang_xiaoning@.hotmail.com> wrote in message
news:1148590710.476371.266730@.g10g2000cwb.googlegroups.com...
> here is what i did, from either Report Manager or SQL Server Management
> Studio i created a folder, then i move the reports to this folder, but
> from Microsoft Visual Studio, as long as i deploy the project, it still
> save my moved reports outside of the folder i created. i wonder how do
> i let the system deploy the projects and still save inside the folder i
> created. thanks.
>|||Tim, i want to group the reports, saying, sales report go to sales
folder, finance report got o finance, then for end user, as long as
they see local/reports, they will know how to navigate to his own
folders and reports.|||do you mean i have to create tow projects(one for sales, one for
fiance)?
how to deploy reporting services into different folders
Hi,
can i deploy reporting services rdl files into different folders in RS?
will it be able to create the folders by itself or do i need to create them beforehand?
thanks for any answers.
-
HY
We set up multiple configurations (such as Dev, QA, UAT, Production) in VS allowing us to specify the server and folder that the RDL files were deployed to. Go to Project -> Properties to specify the targets - there's a button for configuration manager there as well to add multiple configurations.
Scott
|||If you're talking about deploying directly from visual studio then you specify the target folder for deployment from the project properties.
You can't set up a folder structure within a reporting services project. To deploy reports to specific folders you can connect through management studio or the report manager web inteface and do it manually.