Page 1 of 1

ability to override the Date format settings

Posted: Tue May 17, 2016 8:11 pm
by drp1994
We have the situation where our end users like different date formats, for example one users would like all dates to display as dd/MM/YYYY while another user would like to see all dates as MM/dd/YYYY.

In some cases the date format setting already configured within the MRT files is as follows
{rpt.EndDate.ToString("MM/dd/yyyy")}

is there a way to dynamically control the date format that is displaying on the resulting MRT file?

Re: ability to override the Date format settings

Posted: Wed May 18, 2016 7:48 am
by Alex K.
Hello,

Please try to use the Culture property for the report. You can set the necessary culture before render report.

Thank you.