Hi All,
In SSRS some times we need to show the client machine date and time in the Report File we can do this using below code
=System.TimeZone.CurrentTimeZone.ToLocalTime(Globals!ExecutionTime)
Thx,
TX
In SSRS some times we need to show the client machine date and time in the Report File we can do this using below code
=System.TimeZone.CurrentTimeZone.ToLocalTime(Globals!ExecutionTime)
Thx,
TX
This give local time of the server and NOT client.
ReplyDelete