Hi,
I have to display the name of the person who launched the ssrs report.
The Function : "System.DirectoryServices.AccountManagement.UserPrincipal.Current.DisplayName;" does not work for me, it displays busines connector account instead of the the person who launched. (ssrs is executed by a busines account).
so I thought about creating a method that retrieves infomation from the UserInfo table using this query:
select name from userInfo where id = _userid)
my question is: how can I translate the request below into C #
Any Help :(
Regards,
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (