Page 1 of 1

Web Reporting - DateTime.DaysInMonth() function

Posted: Wed Oct 03, 2018 12:29 pm
by anishravindran
Team,

Please can you let me know why the DateTime.DaysInMonth() function is not working properly when the report template is rendering in browser; but gets executed properly in desktop. But no error is shown in web interface.

To test this I just put a test value like this below to get days in July 2017:-

DateTime.DaysInMonth(2017,7)

Version using - Stimulsoft 2018.2.3 (Licensed version)

Please refer the screenshot in both environments. Please can you advice.

Thanks

Re: Web Reporting - DateTime.DaysInMonth() function

Posted: Thu Oct 04, 2018 1:14 pm
by HighAley
Hello, Anish.

It seems that you are using .Net Core.
There is no compilation there and .Net methods does not work.

Thank you.

Re: Web Reporting - DateTime.DaysInMonth() function

Posted: Thu Oct 04, 2018 3:53 pm
by anishravindran
Thank you for the clarification.

Re: Web Reporting - DateTime.DaysInMonth() function

Posted: Fri Oct 05, 2018 4:04 am
by Andrew
Hello,

You are welcome!