hi guys, I have a tsql script which converts my integer value into a datetime 00:00:00 by using:
CONVERT(VARCHAR(8), DATEADD(ss, myintfield, 0) ,114) as Time , i am trying to find an expression which will be equivalent to this for my report in Visual studio.
I tried
=Format(DateAdd("s",12600, Fields!myintfield.Value)) but i keep getting ##error