문제

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?

도움이 되었습니까?

해결책

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

=Globals.ExecutionTime

다른 팁

Try this !

 =Now()

 =DATEADD("m", -1, now())
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top