Execution time in SSRS report

Description:-

In this article we will see about how to set global execution time in SSRS report. here is the Expression to set global execution time in SSRS report.

Expression:-

=Format(CDate(Globals!ExecutionTime), "MM-dd-yyyy hh:mm.ss") 
or
=Format(CDate(Globals!ExecutionTime), "MM-dd-yyyy HH:mm.ss")

Related Posts

Previous
Next Post »

Thanks for comments.....