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?
ability to override the Date format settings
Re: ability to override the Date format settings
Hello,
Please try to use the Culture property for the report. You can set the necessary culture before render report.
Thank you.
Please try to use the Culture property for the report. You can set the necessary culture before render report.
Thank you.