I’ve only followed this topic on my phone in between vape breaks so forgive
me if this less than helpful, but if you are calling report from code you
could use this to get that data and potentially pass a parameter:
Use the System.Security.Principal.WindowsIdentity class.
Then to get the information you require:
WindowsIdentity currentIdentity = WindowsIdentity.GetCurrent();
//domain/login
currentIdentity.name