Suppose I have 4 Report and i want to give role based access to that report
EX-Report-1 and report-2 can be visible by only Table-1 member and Report -3 and Report-4 can be visible by Table -2 member
Littile bit specific to the topic
-----------------------------------------
Table 1 member ---Bhabani and Prasad means bhabani and prasad can be only see the report 1 and report2 from report server but table 2 member
Table-2 member -- sanjeeb and Lena means sanjeeb and lenka two member only can see the Report3 and report -4
And report are called from front end means from aspx page using microsoft report viewer

Bhabani PrasadPosted Aug 19, 2014, 1:26 AM
Guest UserPosted Aug 18, 2014, 11:20 AM
Bhabani PrasadPosted Aug 17, 2014, 12:48 PM
Guest UserPosted Aug 12, 2014, 11:24 PM
for my reporting needs i use HTML5/Javascirpt libraries and never used ms report viewer. tell me how are you opening reports, is it by any URL, e.g., http://abc.com/reports/products
if yes, then we can put rules at URL level via http handler/modules to restrict it.
Bhabani PrasadPosted Aug 12, 2014, 8:05 AM
Guest UserPosted Aug 10, 2014, 1:24 AM
In web.config you can set authorization rules,
http://weblogs.asp.net/gurusarkar/setting-authorization-rules-for-a-particular-page-or-folder-in-web-config
wherein you can allow users or disallow them for certain things, e.g.,