Convert from JSON to XML template format

Stimulsoft Reports.NET discussion
Post Reply
KFR
Posts: 12
Joined: Fri Oct 11, 2019 8:13 am

Convert from JSON to XML template format

Post by KFR »

I have a report in JSON format that I need converted to the XML format of template. Is this possible?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Convert from JSON to XML template format

Post by HighAley »

Hello.

You could use different method for saving the report template.
The Save() method saves to XML and SaveToJson() to JSON.

Thank you.
Post Reply