I’m considering using reporting services 05 SP2 with share point integration on a new reporting project.
In this project’s reports users can only see records they own. I was thinking a simple userId parameter on the report would allow me to filter the report’s results to only these ‘owned’ records.
I’m curious: Can I pass the current share point user’s ID to the report some how? Can it be done in such a way that its not possible for the user to somehow alter it? How would I do this if possible?
The sharepoint UserID = the one RS will use and detect. This is defined by UserID global in RS and picked up form the login token.
You can hide the parameter (Report) or just specify it at the dataset level (SQL).