Pages

Social Icons

Thursday 20 December 2012

SSRS : client machine date and time

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

1 comment:

  1. This give local time of the server and NOT client.

    ReplyDelete