sql - ssrs reports with user time display -


suppose report server in germany , user in usa, user generate report usa timing displaying in report.

how it?

in expression if using globals!executiontime, or need extra

set language property of report to:

=user!language 

then display dates , times can use formatdatetime function codes use user's regional settings.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -