change data type in stimul report
Posted: Sun Apr 03, 2016 6:49 am
Hi,I use Stimul Soft in my mvc App
I pass Data with Json Objetc to StiReort and everything is good but i have a problem....
for example my json object is like this:
when this data open in stiviewer and stidesigner the type of columns "TimeOut" and "DateOut" change to Timespan (picture in attachment)
these columns are string but i dont now stimul change there type to timespan
why is happen this case??how I fix this problem?
thanks a lot
I pass Data with Json Objetc to StiReort and everything is good but i have a problem....
for example my json object is like this:
Code: Select all
[{"PersonCode":"0502","PersonName":" ئاری ","DateAttendance":"04/02/2016","TimeIn":"07:12 AM","TimeOut":"07:13 AM","DateIn":"2016/04/02","DateOut":"2016/04/02","DiffDateHour":"00:01:00"},{"PersonCode":"0502","PersonName":" ئارف","DateAttendance":"04/02/2016","TimeIn":"07:12 AM","TimeOut":"07:13 AM","DateIn":"2016/04/02","DateOut":"2016/04/02","DiffDateHour":"00:01:00"}]
these columns are string but i dont now stimul change there type to timespan
why is happen this case??how I fix this problem?
thanks a lot