My company has a number of reports that generate daily\weekly and email to our sales staff. Because it's sales, we reference the current user ID for context, so the report generates differently based on the user who requested the report. For example, if the user is domain\somemanager, the references a lookup table and see's that domain\peon1 and domain\peon2 report to somemanager. However, if domain\peon1 requests the report, they don't see any information for domain\peon2.
We're running SSRS 2008 integrated with SharePoint 2010. With this information, how can I perform snapshotting or report caching for each of my users (50 in total)?
Thx!