Suppose i have 1000 rows in a dataset. The rows have an office/department column. What i would want is to create one report accessible by all users in the organisation but with a STRICT requirement that users should only view data for their office/department. i.e where office/department column value matches the office they belong to.
I'm thinking along the line of creating ssrs roles corresponding to the available offices & then matching the office/department column with the users role but there doesn't seem to be away of getting the current user's role name in SSRS. I'm only seeing User!UserID
.
What would be the best reliable and easy to maintain way of handing this kind of requirement?