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 |
avijit_mca
Posting Yak Master
109 Posts |
Posted - 2010-02-01 : 01:08:14
|
Hi,i have 3 reports. say r1,r2,r3And 3 user say u1,u2,u3.i want reports will be display according to user login.eg. u1 can only view r1.u2 can only view r2u3 can only view r3.could u pls tell me the procedure.Regards,avijit |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
avijit_mca
Posting Yak Master
109 Posts |
Posted - 2010-02-01 : 04:31:36
|
please webfred could u provied any solutions or simply write dup.Regards,avijit |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-01 : 04:56:17
|
quote: Originally posted by avijit_mca please webfred could u provied any solutions or simply write dup.Regards,avijit
why are you posting at two different places. please dont cross post. i've already provided link herehttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=139142 |
 |
|
AdamWest
Constraint Violating Yak Guru
360 Posts |
Posted - 2010-02-01 : 10:37:07
|
What I did was display the reports using reportviewer (with Report Manager) in ASP.net. I have a security db that has users and which reports they can run (even which departments within). I think this is easiest bec. Report Manager can be a bit of a bear to work with, especially once I pass this off to an admin. |
 |
|
|
|
|