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:-
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")
Thanks for comments.....