Is it possible to pass SharePoint user info from an intranet into Reporting Services?
I'm creating a report with sales data. The report needs to be filtered based upon the user accessing the report. For example, if the user is a Director, she would be able to view all sales for all departments and locations. If the user is a Manager, they could view all sales for their department and location. If the user is sales agent, they could only see their sales.
Retreiving this info via a typical web application is a piece of cake, but I haven't been able to find any guidance on accomplishing this in Reporting Services from a SharePoint site. There are too many possible combinations to create a customized report for each situation (it could easily be hundreds).
We haven't been able to get RS to operate in integrated mode with multiple servers, so right now I'm working with native mode and WSS 3.0. Ultimately I'd like to get the NTLogin, which is how we grant access to the SharePoint sites, and pass it into the stored procedure that populates the report. Any help or direction would be greatly appreciated?
FYI - I'm a complete SharePoint programming novice.
I'm creating a report with sales data. The report needs to be filtered based upon the user accessing the report. For example, if the user is a Director, she would be able to view all sales for all departments and locations. If the user is a Manager, they could view all sales for their department and location. If the user is sales agent, they could only see their sales.
Retreiving this info via a typical web application is a piece of cake, but I haven't been able to find any guidance on accomplishing this in Reporting Services from a SharePoint site. There are too many possible combinations to create a customized report for each situation (it could easily be hundreds).
We haven't been able to get RS to operate in integrated mode with multiple servers, so right now I'm working with native mode and WSS 3.0. Ultimately I'd like to get the NTLogin, which is how we grant access to the SharePoint sites, and pass it into the stored procedure that populates the report. Any help or direction would be greatly appreciated?
FYI - I'm a complete SharePoint programming novice.