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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 display report according to user

Author  Topic 

avijit_mca
Posting Yak Master

109 Posts

Posted - 2010-02-01 : 01:08:14
Hi,

i have 3 reports. say r1,r2,r3
And 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 r2
u3 can only view r3.

could u pls tell me the procedure.

Regards,
avijit

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-02-01 : 01:42:59
dup: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=139142


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

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
Go to Top of Page

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 here

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=139142
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -