Domanda

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?

È stato utile?

Soluzione

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

=Globals.ExecutionTime

Altri suggerimenti

Try this !

 =Now()

 =DATEADD("m", -1, now())
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top