Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AdamWest
Constraint Violating Yak Guru
360 Posts |
Posted - 2009-07-10 : 11:47:12
|
I am interested in hearing how shops deploy the Reports developed in terms of the issues that are there, also for security concerns.As a new person on this platform, I have no idea how to begin this process. I have for example an RDL file that I want to deploy.There will be a web site that users login and want to print their own reports (various clients). How do I make the segregation as to who see/prints what? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-10 : 13:13:19
|
you will have a report server to which you deploy the reports. it does nothing more than storing rdl file in xml format.The access permissions can be set in report manager by assigning users to corresponding standard roles like browse,reader,... or creating new roles |
|
|
AdamWest
Constraint Violating Yak Guru
360 Posts |
Posted - 2009-07-10 : 13:16:06
|
Thank you for that, and how do we relate this to a web site which is a company intranet, that they clients would login to to get their reports. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-10 : 13:26:34
|
you can create links in your website which refers to report server url in the format given in below linkhttp://msdn.microsoft.com/en-us/library/bb630447.aspx |
|
|
AdamWest
Constraint Violating Yak Guru
360 Posts |
Posted - 2009-07-10 : 14:45:12
|
How do you actually do the deploy? I have a server but I don't see how to cross this bridge. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-12 : 04:18:14
|
you can deploy reports from your visual studio reporting services project. just give path in project properties and right click on a rdl file and click deploy. it will deploy to set deployment path |
|
|
|
|
|