Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Showing Report Execution Time from where it's called

$
0
0

Hello,

Was wondering if anyone has come across this issue before. At the bottom of our reports, we have a standard footer showing when the report is executed, and we use Globals!ExecutionTime. Our report server is located Central Standard Time (CST). So, lets say it's 10/31/2013 11:00 AM CST. If the report is originated from New York for example, I will want to see that execution time be 10/31/2013 12:00 PM (eastern time). But currently it's not. Same thing, I tried from Pacific Time, and it's still showing the central time, because that's where the report server is located. 

What I tried was, changing my computer clock to be in different time zone, and sure enough, when running it from Visual Studio, it's showing the correct time. But when I deploy this to report server, it's still show central time. 

I've researched through out the forum, and some suggested using 

TimeZone.CurrentTimeZone.StandardName
TimeZone.CurrentTimeZone.GetUtcOffset(Now()).ToString()

But it's still not working from running it from report server. Has anyone encounter this requirement and how do you solve them. Thanks in advance.

IH


Viewing all articles
Browse latest Browse all 10045

Trending Articles