rdl

How to add current time in rdl?


How to add Current Time in Rdl report SSRS.

Please any one help me... I am using Date for

   =DateAdd("m", -1, Now) 

but for Time only?


Solution

  • If you are trying include the print time and date you can also use the global variable

    =Globals.ExecutionTime