I am trying to get the user who executes (views) a report in SSRS 2008, IP and Workstation Name. I followed the example at this post but receive the following security error...
Value expression for the textrun ‘Textbox18.Paragraphs[0].TextRuns[0]’ contains an error: Request for the permission of type 'System.Net.DnsPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed
I researched this everywhere, adding Code Group permissions, Permission Sets, etc.
At minimum, does nayone know how to get just the user's IP in SSRS 2008?
All help is greatly appreciated! Thanks in advance :)
Bill