Problem With Json Data

Stimulsoft Reports.WEB discussion
Post Reply
Abbas
Posts: 27
Joined: Tue Oct 13, 2015 2:10 pm

Problem With Json Data

Post by Abbas »

Hello ....
I Use stimul 2015 v2.0 In my Mvc App And My End User Can Design the her\his reports With StiMvcMoblieDesigner and I Prepare its DataSource with a method that return a json string Like below:

Code: Select all

{"Period":"September 2015","Currency":"$","Position":"Employee","Department":"Maintenance","BaseSallary":5000}
every thing is good But I have a Problem when I want to show/Preview the Report with StiMvcMobileDesiner/StiMvcMobileViewer,
it is ---> "period" translate to this : "9/1/2015 00:00" and "BaseSallary" Show "0" .... But I don't Like Heppen These
Has Stimul any Problem with Json as DataSource Like Up????
Abbas
Posts: 27
Joined: Tue Oct 13, 2015 2:10 pm

Re: Problem With Json Data

Post by Abbas »

Thanks Guys...
My Problem Solved...
I use this {filed.ToString(("Y"))} that dont translate Date....
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem With Json Data

Post by Alex K. »

Hello,

Ok!
Let us know if you have any additional questions.

Thank you.
Post Reply