ilich / MvcReportViewer

ASP.NET MVC Html Helpers for ReportViewer Control.
MIT License
280 stars 131 forks source link

Report built-in field #222

Closed michalkrysta closed 6 years ago

michalkrysta commented 6 years ago

Hello,

I'm using your extension in my ASP.NET MVC project with Windows Authentication. The problem is that when I try to use User Id build-in field in the SSRS Report - I get "N'NT AUTHORITY\SYSTEM" while I would like to achieve "Domain\Username". (I need that username to set Report Data Sets properly). The issue doesn't occur on the localhost, it happens only after deploy on the server.

Regards.