Hi,
I have SSRS reports which displays the execution time each time while running the report. I would like to display the timezone value next to it . How do i get that.
Thanks, Jaz
Hi,
I have SSRS reports which displays the execution time each time while running the report. I would like to display the timezone value next to it . How do i get that.
Thanks, Jaz
To get the timezone on the server, use:
TimeZone.CurrentTimeZone.StandardName
TimeZone.CurrentTimeZone.GetUtcOffset(Now()).ToString()