I have a SharePoint 2010 with Reporting Services in Integrated Mode.
I would like to be able to get the current user from the report code and use it as parameter.
but when I use the SPContext.Current.Web.CurrentUser.Name, I get all the time system account.
Any idea how to get the actual logged user ?
thx