
Hi guys,
in SSRS, how to make the Date display is following user Timezone setting ?
should we convert in AX first ? can it be done in SSRS instead.
Thanks,
HI WWwong,
You can try to use expression.
=Microsoft.Dynamics.Framework.Reports.DataMethodUtility.ConvertUtcToAxUserTimeZoneForUser
(
Parameters!AX_CompanyName.Value,
Parameters!AX_UserContext.Value,
System.DateTime.UtcNow,
"d",
Parameters!AX_RenderingCulture.Value
)