This is an issue related with ssrs 2008, l have a text box, which has time value coming from database, I have to add or subtract a second to it while rendering the report so my expression is =dateadd(dateinterval.second, 1, fields!abc.value) this renders fine and everything looks good until I export...