Question

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?

Was it helpful?

Solution

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

=Globals.ExecutionTime

OTHER TIPS

Try this !

 =Now()

 =DATEADD("m", -1, now())
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top