Reportdesigner with Json?

Stimulsoft Reports.WEB discussion
Post Reply
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Reportdesigner with Json?

Post by anerling »

Hey everybody,
i have a question about the ReportDesigner.
Is it possible to use Json-Data instead of XML?
Because the incoming Data to generate the report is a Json-Format and
i don't want to convert these Data every time into xml and xsd.

I thank you in advance for your help
ANerling
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Reportdesigner with Json?

Post by Alex K. »

Hello,

Unfortunately, directly in the designer it is not possible.

Thank you.
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Re: Reportdesigner with Json?

Post by anerling »

Is it possible to create a report with a Json-Data?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Reportdesigner with Json?

Post by Alex K. »

Hello,

You can get the data in your project and pass it in the report as DataSet or BusinessObject.

Thank you.
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Re: Reportdesigner with Json?

Post by anerling »

Good morning,

can you give me a manuel or a tutorial how to do that?
Because i know how to work with XML but I don't know how to generate a report with Json.


I thank you in advance for your help
ANerling
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Reportdesigner with Json?

Post by HighAley »

Hello.

It's impossible to create a report with JSON.
You should get data from JSON and pass it to the report as XML or DataSet.
The conversion of the JSON is our of our product and you should do it with your code.

Thank you.
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Re: Reportdesigner with Json?

Post by anerling »

Thanks for your help
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Reportdesigner with Json?

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Post Reply